mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 19:18:23 +00:00
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:
@@ -1,3 +1,4 @@
|
|||||||
bsd_user_ss.add(files(
|
bsd_user_ss.add(files(
|
||||||
'os-sys.c',
|
'os-sys.c',
|
||||||
|
'os-syscall.c',
|
||||||
))
|
))
|
||||||
|
|||||||
@@ -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',
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user