Re: [Qemu-devel] [PATCH 1/4] linux-user/alpha: Fix epoll syscalls

2018-06-07 Thread Laurent Vivier
Le 07/06/2018 à 20:48, Richard Henderson a écrit : > These were named incorrectly, going so far as to invade strace.list. > > Signed-off-by: Richard Henderson > --- > linux-user/alpha/syscall_nr.h | 6 +++--- > linux-user/strace.list| 9 - > 2 files changed, 3 insertions(+), 12 d

[Qemu-devel] [PATCH 1/4] linux-user/alpha: Fix epoll syscalls

2018-06-07 Thread Richard Henderson
These were named incorrectly, going so far as to invade strace.list. Signed-off-by: Richard Henderson --- linux-user/alpha/syscall_nr.h | 6 +++--- linux-user/strace.list| 9 - 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/linux-user/alpha/syscall_nr.h b/linux-u