diff options
author | Karim Taha <kariem.taha2.7@gmail.com> | 2023-08-13 10:41:49 +0200 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2023-08-28 12:16:18 -0600 |
commit | c97c1f3a9f4d4a5bebf88c844b9b3fc07c4296e3 (patch) | |
tree | ffb0f466f4f9f602309069251dbd91f39fa8c546 /bsd-user | |
parent | 292bfd0f512aa71fcc8f7e2f6ce2aa40a5a825ef (diff) |
bsd-user: Add os-stat.c to the build
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'bsd-user')
-rw-r--r-- | bsd-user/freebsd/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/freebsd/meson.build b/bsd-user/freebsd/meson.build index f87c788e84..f2f047cca3 100644 --- a/bsd-user/freebsd/meson.build +++ b/bsd-user/freebsd/meson.build @@ -1,4 +1,5 @@ bsd_user_ss.add(files( + 'os-stat.c', 'os-sys.c', 'os-syscall.c', )) |