OSDN Git Service

bsd-user: Add glue for getfh and related syscalls
authorWarner Losh <imp@bsdimp.com>
Sun, 13 Aug 2023 08:41:51 +0000 (10:41 +0200)
committerWarner Losh <imp@bsdimp.com>
Mon, 28 Aug 2023 18:16:18 +0000 (12:16 -0600)
commit6fe97c6cf7969bcf809a89ecabc30acf10b77735
tree88e387c65273f43948dc5ec1ded2c61b38a7b687
parente800e6c541b4088a52f4c0129eb4cbbf8a0ea9fb
bsd-user: Add glue for getfh and related syscalls

Add glue to call the following syscalls to the freebsd_syscall:

getfh
lgetfh
fhopen
freebsd11_fhstat
freebsd11_fhstatfs
fhstat
fhstatfs

Signed-off-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/freebsd/os-syscall.c