| commit | 6fe97c6cf7969bcf809a89ecabc30acf10b77735 | [log] [tgz] |
|---|---|---|
| author | Warner Losh <imp@bsdimp.com> | Sun Aug 13 10:41:51 2023 +0200 |
| committer | Warner Losh <imp@bsdimp.com> | Mon Aug 28 12:16:18 2023 -0600 |
| tree | 88e387c65273f43948dc5ec1ded2c61b38a7b687 | |
| parent | e800e6c541b4088a52f4c0129eb4cbbf8a0ea9fb [diff] |
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>