linux-user: update syscall list

In preparation for supporting pipe2()

Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
This commit is contained in:
Riku Voipio 2009-05-04 23:02:06 +03:00 committed by Riku Voipio
parent c4d2302e7a
commit 4b627a236a
11 changed files with 96 additions and 0 deletions

View file

@ -327,3 +327,11 @@
#define TARGET_NR_timerfd 322
#define TARGET_NR_eventfd 323
#define TARGET_NR_fallocate 324
#define TARGET_NR_timerfd_settime 325
#define TARGET_NR_timerfd_gettime 326
#define TARGET_NR_signalfd4 327
#define TARGET_NR_eventfd2 328
#define TARGET_NR_epoll_create1 329
#define TARGET_NR_dup3 330
#define TARGET_NR_pipe2 331
#define TARGET_NR_inotify_init1 332