mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
bsd-user/bsd-file.h: Implementation details for the filesystem calls
An include file that pulls in all the definitions needed for the file related system calls. This also includes the host definitions to implement the system calls and some helper routines to lock/unlock different aspects of the system call arguments. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
deeff83b47
commit
c5c84d1651
2 changed files with 32 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
#include "signal-common.h"
|
||||
#include "user/syscall-trace.h"
|
||||
|
||||
#include "bsd-file.h"
|
||||
|
||||
void target_set_brk(abi_ulong new_brk)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue