mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
linux-user/alpha: Fix epoll syscalls
These were named incorrectly, going so far as to invade strace.list. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180607184844.30126-2-richard.henderson@linaro.org> [lv: replace tabs by spaces] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
daf238dcd5
commit
b7bf79ccdd
2 changed files with 3 additions and 12 deletions
|
@ -343,9 +343,9 @@
|
|||
#define TARGET_NR_io_cancel 402
|
||||
#define TARGET_NR_exit_group 405
|
||||
#define TARGET_NR_lookup_dcookie 406
|
||||
#define TARGET_NR_sys_epoll_create 407
|
||||
#define TARGET_NR_sys_epoll_ctl 408
|
||||
#define TARGET_NR_sys_epoll_wait 409
|
||||
#define TARGET_NR_epoll_create 407
|
||||
#define TARGET_NR_epoll_ctl 408
|
||||
#define TARGET_NR_epoll_wait 409
|
||||
#define TARGET_NR_remap_file_pages 410
|
||||
#define TARGET_NR_set_tid_address 411
|
||||
#define TARGET_NR_restart_syscall 412
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue