]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
bsd-user: Move system call building to os-syscall.c
authorWarner Losh <imp@bsdimp.com>
Sun, 30 Jan 2022 02:39:37 +0000 (19:39 -0700)
committerWarner Losh <imp@bsdimp.com>
Sat, 26 Feb 2022 17:01:38 +0000 (10:01 -0700)
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/freebsd/meson.build
bsd-user/meson.build

index 4b69cca7b904607b988d44ae8a388da335104ead..f87c788e846908feac228fa6c98f5beb91e532fc 100644 (file)
@@ -1,3 +1,4 @@
 bsd_user_ss.add(files(
   'os-sys.c',
+  'os-syscall.c',
 ))
index 8380fa44c25c17c16d3c412ba9d12e2773d8f16a..5243122fc56dbefc9a4bacedc47c98331ba1fdb1 100644 (file)
@@ -13,7 +13,6 @@ bsd_user_ss.add(files(
   'mmap.c',
   'signal.c',
   'strace.c',
-  'syscall.c',
   'uaccess.c',
 ))