bsd-user: Implement get_filename_from_fd.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20230925182425.3163-20-kariem.taha2.7@gmail.com>
This commit is contained in:
Karim Taha 2023-09-25 21:24:16 +03:00 committed by Warner Losh
parent ff26637260
commit 84d41c5e6d
2 changed files with 83 additions and 0 deletions

View file

@ -1,5 +1,6 @@
bsd_user_ss.add(files(
'os-stat.c',
'os-proc.c',
'os-sys.c',
'os-syscall.c',
))