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 9ca3a5df3daa13ba5ab42ced48c76df887e6dd58..b1db3415286081c0cfe87deb29804fd32faa363c 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 62662ccc53cf99ab43876fbe830dc5967eeec929..3ef71ce0046616ec8714ca488c0c8dad19b30821 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 0a802f43bf1a9c2a2af25c6453c5b629014577a6..1c0ba07bfb5848fc524c92705cc25b021fd5199c 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 f900ae23f5431936c81cb4b37abfc6fe264371c7..8228616074358a7e9b6b9aaf1bc47c97c379783a 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 28e1883b7f30838add75f86b2a98b71d549c5430..ee1d1341462127cacb5b6db43f48be09df990eee 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 a83c4c9b841ae66ea83922f9f289666182dd47ab..60a99ddf6ebccfdcc7c36d69eb6e9e44cbb6b584 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 8fa5bef3b534ac1d90d0715b6dea0e89913ce1e2..f54276ba33aaed1dfaaff2bed570e0421e4e3f7c 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 b29705c7a211bf567e99dda3abbac01f7a204ea4..262b236333fe91a935bb81939aaa6686c854773d 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 6419570ddc9d23855f35ef407f25a2ce8da04ea7..5d1ac21ac986ff60142cbf122a763b8c9bcc468e 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 70bee8080c2c44560def7ca2bcd573cd03dad480..bdca2a7331ee9bcc2d96c8d9118d30f632a367f6 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 e6a4c27ea5c9d23c7fb511afb7f11df5d2e971b1..568a901d71d823c1edd8ad8962662c599a50f372 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