bsd-user/bsd-file.h: Implementation details for the filesystem calls
authorWarner Losh <imp@bsdimp.com>
Mon, 31 Jan 2022 20:32:41 +0000 (13:32 -0700)
committerWarner Losh <imp@bsdimp.com>
Sun, 27 Feb 2022 04:05:18 +0000 (21:05 -0700)
commitc5c84d16519abf3909bad77ef03db36801f560d5
treeda9eada3ecc44ad139152422fef0c11bc336b6ed
parentdeeff83b47683a078c7f2ff057f4388258246f55
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>
bsd-user/bsd-file.h [new file with mode: 0644]
bsd-user/freebsd/os-syscall.c