Skip to content

Commit

Permalink
linux-user/alpha: Fix epoll syscalls
Browse files Browse the repository at this point in the history
These were named incorrectly, going so far as to invade strace.list.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <[email protected]>
[lv: replace tabs by spaces]
Signed-off-by: Laurent Vivier <[email protected]>
  • Loading branch information
rth7680 authored and vivier committed Jun 11, 2018
1 parent daf238d commit b7bf79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions linux-user/alpha/syscall_nr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions linux-user/strace.list
Original file line number Diff line number Diff line change
Expand Up @@ -1467,15 +1467,6 @@
#ifdef TARGET_NR__sysctl
{ TARGET_NR__sysctl, "_sysctl" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_sys_epoll_create
{ TARGET_NR_sys_epoll_create, "sys_epoll_create" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_sys_epoll_ctl
{ TARGET_NR_sys_epoll_ctl, "sys_epoll_ctl" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_sys_epoll_wait
{ TARGET_NR_sys_epoll_wait, "sys_epoll_wait" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_sysfs
{ TARGET_NR_sysfs, "sysfs" , NULL, NULL, NULL },
#endif
Expand Down

0 comments on commit b7bf79c

Please sign in to comment.