mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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
|
@ -320,3 +320,11 @@
|
|||
#define TARGET_NR_timerfd 318
|
||||
#define TARGET_NR_eventfd 319
|
||||
#define TARGET_NR_fallocate 320
|
||||
#define TARGET_NR_timerfd_settime 321
|
||||
#define TARGET_NR_timerfd_gettime 322
|
||||
#define TARGET_NR_signalfd4 323
|
||||
#define TARGET_NR_eventfd2 324
|
||||
#define TARGET_NR_epoll_create1 325
|
||||
#define TARGET_NR_dup3 326
|
||||
#define TARGET_NR_pipe2 327
|
||||
#define TARGET_NR_inotify_init1 328
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue