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>
This commit is contained in:
Warner Losh 2022-01-29 19:39:37 -07:00
parent 66eed099f4
commit a1ea19481f
2 changed files with 1 additions and 1 deletions

View File

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

View File

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