mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
linux-user: update syscall list
In preparation for supporting pipe2() Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
This commit is contained in:
parent
c4d2302e7a
commit
4b627a236a
11 changed files with 96 additions and 0 deletions
|
|
@ -282,3 +282,12 @@
|
|||
#define TARGET_NR_timerfd (TARGET_NR_Linux + 277)
|
||||
#define TARGET_NR_eventfd (TARGET_NR_Linux + 278)
|
||||
#define TARGET_NR_fallocate (TARGET_NR_Linux + 279)
|
||||
#define TARGET_NR_timerfd_create (TARGET_NR_Linux + 280)
|
||||
#define TARGET_NR_timerfd_gettime (TARGET_NR_Linux + 281)
|
||||
#define TARGET_NR_timerfd_settime (TARGET_NR_Linux + 282)
|
||||
#define TARGET_NR_signalfd4 (TARGET_NR_Linux + 283)
|
||||
#define TARGET_NR_eventfd2 (TARGET_NR_Linux + 284)
|
||||
#define TARGET_NR_epoll_create1 (TARGET_NR_Linux + 285)
|
||||
#define TARGET_NR_dup3 (TARGET_NR_Linux + 286)
|
||||
#define TARGET_NR_pipe2 (TARGET_NR_Linux + 287)
|
||||
#define TARGET_NR_inotify_init1 (TARGET_NR_Linux + 288)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue