projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292bfd0
)
bsd-user: Add os-stat.c to the build
author
Karim Taha
<kariem.taha2.7@gmail.com>
Sun, 13 Aug 2023 08:41:49 +0000
(10:41 +0200)
committer
Warner Losh
<imp@bsdimp.com>
Mon, 28 Aug 2023 18:16:18 +0000
(12:16 -0600)
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>
bsd-user/freebsd/meson.build
patch
|
blob
|
history
diff --git
a/bsd-user/freebsd/meson.build
b/bsd-user/freebsd/meson.build
index f87c788e846908feac228fa6c98f5beb91e532fc..f2f047cca31e5d4e28137704aab7c99f37947243 100644
(file)
--- 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',
))