aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd/meson.build
diff options
context:
space:
mode:
authorKarim Taha <kariem.taha2.7@gmail.com>2023-09-25 21:24:16 +0300
committerWarner Losh <imp@bsdimp.com>2023-10-03 17:14:06 -0600
commit84d41c5e6dc69be9b3e0fb8ad5f1ff2007e0e8a1 (patch)
treecab1a0d8bcd6029c3d7c828b37370edbbeb54326 /bsd-user/freebsd/meson.build
parentff26637260d059f5b37d32f00d7881a8c21a06f9 (diff)
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>
Diffstat (limited to 'bsd-user/freebsd/meson.build')
-rw-r--r--bsd-user/freebsd/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/freebsd/meson.build b/bsd-user/freebsd/meson.build
index f2f047cca3..8fd6c7cfb8 100644
--- a/bsd-user/freebsd/meson.build
+++ b/bsd-user/freebsd/meson.build
@@ -1,5 +1,6 @@
bsd_user_ss.add(files(
'os-stat.c',
+ 'os-proc.c',
'os-sys.c',
'os-syscall.c',
))