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:
Richard Henderson 2018-06-07 11:48:41 -07:00 committed by Laurent Vivier
parent daf238dcd5
commit b7bf79ccdd
2 changed files with 3 additions and 12 deletions

View file

@ -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