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:
Warner Losh 2022-01-31 13:32:41 -07:00
parent deeff83b47
commit c5c84d1651
2 changed files with 32 additions and 0 deletions

View file

@ -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)
{
}