mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
ff26637260
commit
84d41c5e6d
2 changed files with 83 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
bsd_user_ss.add(files(
|
||||
'os-stat.c',
|
||||
'os-proc.c',
|
||||
'os-sys.c',
|
||||
'os-syscall.c',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue