aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsd-file.h
AgeCommit message (Collapse)AuthorFilesLines
2022-02-26bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh1-0/+30
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>