mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
linux-user: Enable epoll_pwait syscall for ARM
We have support for the epoll_pwait syscall, but it wasn't enabled for ARM guests because we hadn't defined the syscall number; correct this deficiency. Reported-by: Dave Flogeras <dflogeras2@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
2472b6c07b
commit
40645c7bfd
@ -350,7 +350,7 @@
|
||||
#define TARGET_NR_vmsplice (343)
|
||||
#define TARGET_NR_move_pages (344)
|
||||
#define TARGET_NR_getcpu (345)
|
||||
/* 346 for epoll_pwait */
|
||||
#define TARGET_NR_epoll_pwait (346)
|
||||
#define TARGET_NR_kexec_load (347)
|
||||
#define TARGET_NR_utimensat (348)
|
||||
#define TARGET_NR_signalfd (349)
|
||||
|
Loading…
Reference in New Issue
Block a user