Răsfoiți Sursa

bsd-user: Move system call building to os-syscall.c

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Warner Losh 3 ani în urmă
părinte
comite
a1ea19481f
2 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 0
      bsd-user/freebsd/meson.build
  2. 0 1
      bsd-user/meson.build

+ 1 - 0
bsd-user/freebsd/meson.build

@@ -1,3 +1,4 @@
 bsd_user_ss.add(files(
 bsd_user_ss.add(files(
   'os-sys.c',
   'os-sys.c',
+  'os-syscall.c',
 ))
 ))

+ 0 - 1
bsd-user/meson.build

@@ -13,7 +13,6 @@ bsd_user_ss.add(files(
   'mmap.c',
   'mmap.c',
   'signal.c',
   'signal.c',
   'strace.c',
   'strace.c',
-  'syscall.c',
   'uaccess.c',
   'uaccess.c',
 ))
 ))