]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update linux system calls lists to match 2.6.31.5 kernel.
authorTom Hughes <tom@compton.nu>
Tue, 27 Oct 2009 09:01:43 +0000 (09:01 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 27 Oct 2009 09:01:43 +0000 (09:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10906

coregrind/m_syswrap/syswrap-amd64-linux.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c
include/vki/vki-scnums-amd64-linux.h
include/vki/vki-scnums-ppc32-linux.h
include/vki/vki-scnums-ppc64-linux.h
include/vki/vki-scnums-x86-linux.h

index 605d844d56f2cccfdc67a283cfcb745c82484715..1e405c117e7a7fdf6d3a6ea50b98e44a8449622b 100644 (file)
@@ -1376,6 +1376,11 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    //   (__NR_dup3,              sys_ni_syscall)        // 292
    LINXY(__NR_pipe2,             sys_pipe2)             // 293
    //   (__NR_inotify_init1,     sys_ni_syscall)        // 294
+
+   //   (__NR_preadv,            sys_ni_syscall)        // 295
+   //   (__NR_pwritev,           sys_ni_syscall)        // 296
+   //   (__NR_rt_tgsigqueueinfo, sys_ni_syscall)        // 297
+   //   (__NR_perf_counter_open, sys_ni_syscall)        // 298
 };
 
 const UInt ML_(syscall_table_size) = 
index d56eda52eac11b54817335576105c2eeb83ed0b0..d4f15c7bebfe21f94e90610bac5e9153cece1a0b 100644 (file)
@@ -1868,6 +1868,10 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    //   (__NR_dup3,              sys_ni_syscall)        // 316
    LINXY(__NR_pipe2,             sys_pipe2)             // 317
    //   (__NR_inotify_init1,     sys_ni_syscall)        // 318
+   //   (__NR_perf_counter_open, sys_ni_syscall)        // 319
+   //   (__NR_preadv,            sys_ni_syscall)        // 320
+   //   (__NR_pwritev,           sys_ni_syscall)        // 321
+   //   (__NR_rt_tgsigqueueinfo, sys_ni_syscall)        // 322
 };
 
 const UInt ML_(syscall_table_size) = 
index 52441bcda6a450122e1b5a2ec815d04bd85ad863..bfb930159d1af00dcd40115eb0f751ba5ab355de 100644 (file)
@@ -1508,6 +1508,10 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    //   (__NR_dup3,              sys_ni_syscall)        // 316
    LINXY(__NR_pipe2,             sys_pipe2)             // 317
    //   (__NR_inotify_init1,     sys_ni_syscall)        // 318
+   //   (__NR_perf_counter_open, sys_ni_syscall)        // 319
+   //   (__NR_preadv,            sys_ni_syscall)        // 320
+   //   (__NR_pwritev,           sys_ni_syscall)        // 321
+   //   (__NR_rt_tgsigqueueinfo, sys_ni_syscall)        // 322
 };
 
 const UInt ML_(syscall_table_size) = 
index 90eb51290dd05d126bd68f33c426b2982a3d9863..57720dd126489c34522ddb973ec63959ad8ccfbd 100644 (file)
@@ -2255,6 +2255,11 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    //   (__NR_dup3,              sys_ni_syscall)        // 330
    LINXY(__NR_pipe2,             sys_pipe2)             // 331
    //   (__NR_inotify_init1,     sys_ni_syscall)        // 332
+   //   (__NR_preadv,            sys_ni_syscall)        // 333
+   //   (__NR_pwritev,           sys_ni_syscall)        // 334
+
+   //   (__NR_rt_tgsigqueueinfo, sys_ni_syscall)        // 335
+   //   (__NR_perf_counter_open, sys_ni_syscall)        // 336
 };
 
 const UInt ML_(syscall_table_size) = 
index d4b3fd7da27ef405cf9209f4bec5807286124ce6..1a2125f10449b45ba678e233615f75f17bbc14d2 100644 (file)
 #define __NR_dup3               292
 #define __NR_pipe2              293
 #define __NR_inotify_init1      294
+#define __NR_preadv             295
+#define __NR_pwritev            296
+#define __NR_rt_tgsigqueueinfo  297
+#define __NR_perf_counter_open  298
 
 #endif /* __VKI_SCNUMS_AMD64_LINUX_H */
 
index 7ae5b235715831d194f603b3f663206185e8741f..29f00e79c4bdccf2c64b296959b4a4fa48c88d0f 100644 (file)
 #define __NR_dup3               316
 #define __NR_pipe2              317
 #define __NR_inotify_init1      318
+#define __NR_perf_counter_open  319
+#define __NR_preadv             320
+#define __NR_pwritev            321
+#define __NR_rt_tgsigqueueinfo  322
 
 #endif /* __VKI_SCNUMS_PPC32_LINUX_H */
 
index 1123a4e77d8d4c74727fbb951b8a05efc63de647..f46a02c051d2c61160da203d66ead95a5c2a2451 100644 (file)
 #define __NR_dup3               316
 #define __NR_pipe2              317
 #define __NR_inotify_init1      318
+#define __NR_perf_counter_open  319
+#define __NR_preadv             320
+#define __NR_pwritev            321
+#define __NR_rt_tgsigqueueinfo  322
 
 #endif /* __VKI_SCNUMS_PPC64_LINUX_H */
 
index 165b07e2f0c6507f61efe9270cb26fda6afa8725..a20dcaf9659cd76f8bff4c26682a080df5f45e8a 100644 (file)
 #define __NR_dup3               330
 #define __NR_pipe2              331
 #define __NR_inotify_init1      332
+#define __NR_preadv             333
+#define __NR_pwritev            334
+#define __NR_rt_tgsigqueueinfo  335
+#define __NR_perf_counter_open  336
 
 #endif /* __VKI_SCNUMS_X86_LINUX_H */