linux-user: update syscall list
authorRiku Voipio <riku.voipio@iki.fi>
Mon, 4 May 2009 20:02:06 +0000 (23:02 +0300)
committerRiku Voipio <riku.voipio@nokia.com>
Tue, 16 Jun 2009 13:56:29 +0000 (16:56 +0300)
In preparation for supporting pipe2()

Signed-off-by: Riku Voipio <riku.voipio@iki.fi>

linux-user/arm/syscall_nr.h
linux-user/i386/syscall_nr.h
linux-user/m68k/syscall_nr.h
linux-user/mips/syscall_nr.h
linux-user/mips64/syscall_nr.h
linux-user/mipsn32/syscall_nr.h
linux-user/ppc/syscall_nr.h
linux-user/sh4/syscall_nr.h
linux-user/sparc/syscall_nr.h
linux-user/sparc64/syscall_nr.h
linux-user/x86_64/syscall_nr.h

index 9ca3a5d..b1db341 100644 (file)
 #define TARGET_NR_signalfd                     (349)
 #define TARGET_NR_timerfd                      (350)
 #define TARGET_NR_eventfd                      (351)
+#define TARGET_NR_fallocate                    (352)
+#define TARGET_NR_timerfd_settime              (353)
+#define TARGET_NR_timerfd_gettime              (354)
+#define TARGET_NR_signalfd4                    (355)
+#define TARGET_NR_eventfd2                     (356)
+#define TARGET_NR_epoll_create1                (357)
+#define TARGET_NR_dup3                         (358)
+#define TARGET_NR_pipe2                        (359)
+#define TARGET_NR_inotify_init1                (360)
index 62662cc..3ef71ce 100644 (file)
 #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
index 0a802f4..1c0ba07 100644 (file)
 #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
index f900ae2..8228616 100644 (file)
 #define TARGET_NR_timerfd              (TARGET_NR_Linux + 318)
 #define TARGET_NR_eventfd              (TARGET_NR_Linux + 319)
 #define TARGET_NR_fallocate            (TARGET_NR_Linux + 320)
+#define TARGET_NR_timerfd_create       (TARGET_NR_Linux + 321)
+#define TARGET_NR_timerfd_gettime      (TARGET_NR_Linux + 322)
+#define TARGET_NR_timerfd_settime      (TARGET_NR_Linux + 323)
+#define TARGET_NR_signalfd4            (TARGET_NR_Linux + 324)
+#define TARGET_NR_eventfd2             (TARGET_NR_Linux + 325)
+#define TARGET_NR_epoll_create1        (TARGET_NR_Linux + 326)
+#define TARGET_NR_dup3                 (TARGET_NR_Linux + 327)
+#define TARGET_NR_pipe2                (TARGET_NR_Linux + 328)
+#define TARGET_NR_inotify_init1        (TARGET_NR_Linux + 329)
index 28e1883..ee1d134 100644 (file)
 #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)
index a83c4c9..60a99dd 100644 (file)
 #define TARGET_NR_timerfd                      (TARGET_NR_Linux + 281)
 #define TARGET_NR_eventfd                      (TARGET_NR_Linux + 282)
 #define TARGET_NR_fallocate                    (TARGET_NR_Linux + 283)
+#define TARGET_NR_timerfd_create               (TARGET_NR_Linux + 284)
+#define TARGET_NR_timerfd_gettime              (TARGET_NR_Linux + 285)
+#define TARGET_NR_timerfd_settime              (TARGET_NR_Linux + 286)
+#define TARGET_NR_signalfd4                    (TARGET_NR_Linux + 287)
+#define TARGET_NR_eventfd2                     (TARGET_NR_Linux + 288)
+#define TARGET_NR_epoll_create1                (TARGET_NR_Linux + 289)
+#define TARGET_NR_dup3                         (TARGET_NR_Linux + 290)
+#define TARGET_NR_pipe2                        (TARGET_NR_Linux + 291)
+#define TARGET_NR_inotify_init1                (TARGET_NR_Linux + 292)
index 8fa5bef..f54276b 100644 (file)
 #define TARGET_NR_eventfd              307
 #define TARGET_NR_sync_file_range2     308
 #define TARGET_NR_fallocate            309
+#define TARGET_NR_subpage_prot         310
+#define TARGET_NR_timerfd_settime      311
+#define TARGET_NR_timerfd_gettime      312
+#define TARGET_NR_signalfd4            313
+#define TARGET_NR_eventfd2             314
+#define TARGET_NR_epoll_create1        315
+#define TARGET_NR_dup3                 316
+#define TARGET_NR_pipe2                317
+#define TARGET_NR_inotify_init1        318
index b29705c..262b236 100644 (file)
 #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
index 6419570..5d1ac21 100644 (file)
 #define TARGET_NR_timerfd              312
 #define TARGET_NR_eventfd              313
 #define TARGET_NR_fallocate            314
+#define TARGET_NR_timerfd_settime      315
+#define TARGET_NR_timerfd_gettime      316
+#define TARGET_NR_signalfd4            317
+#define TARGET_NR_eventfd2             318
+#define TARGET_NR_epoll_create1        319
+#define TARGET_NR_dup3                 320
+#define TARGET_NR_pipe2                321
+#define TARGET_NR_inotify_init1        322
+#define TARGET_NR_accept4              323
index 70bee80..bdca2a7 100644 (file)
 #define TARGET_NR_timerfd              312
 #define TARGET_NR_eventfd              313
 #define TARGET_NR_fallocate            314
+#define TARGET_NR_timerfd_settime      315
+#define TARGET_NR_timerfd_gettime      316
+#define TARGET_NR_signalfd4            317
+#define TARGET_NR_eventfd2             318
+#define TARGET_NR_epoll_create1        319
+#define TARGET_NR_dup3                 320
+#define TARGET_NR_pipe2                321
+#define TARGET_NR_inotify_init1        322
+#define TARGET_NR_accept4              323
index e6a4c27..568a901 100644 (file)
 #define TARGET_NR_timerfd              283
 #define TARGET_NR_eventfd              284
 #define TARGET_NR_fallocate            285
+#define TARGET_NR_timerfd_settime      286
+#define TARGET_NR_timerfd_gettime      287
+#define TARGET_NR_accept4              288
+#define TARGET_NR_signalfd4            289
+#define TARGET_NR_eventfd2             290
+#define TARGET_NR_epoll_create1        291
+#define TARGET_NR_dup3                 292
+#define TARGET_NR_pipe2                293
+#define TARGET_NR_inotify_init1        294