]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Wire up a few more syscalls.
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 15 Feb 2012 03:32:50 +0000 (03:32 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 15 Feb 2012 03:32:50 +0000 (03:32 +0000)
Patch by Christian Borntraeger (borntraeger@de.ibm.com).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12385

coregrind/m_syswrap/syswrap-s390x-linux.c

index 888ba0d82d401cb0d32e77c3d44e414e21374c09..ae8b1a4dbd0714e10b10388ad1b1f2585cd007b3 100644 (file)
@@ -1503,6 +1503,16 @@ static SyscallTableEntry syscall_table[] = {
 
 // ?????(__NR_rt_tgsigqueueinfo, ),
    LINXY(__NR_perf_event_open, sys_perf_event_open),                  // 331
+// ?????(__NR_fanotify_init, ),                                       // 332
+// ?????(__NR_fanotify_mark, ),                                       // 333
+   LINXY(__NR_prlimit64, sys_prlimit64),                              // 334
+// ?????(__NR_name_to_handle_at, ),                                   // 335
+// ?????(__NR_open_by_handle_at, ),                                   // 336
+// ?????(__NR_clock_adjtime, ),                                       // 337
+// ?????(__NR_syncfs, ),                                              // 338
+// ?????(__NR_setns, ),                                               // 339
+   LINXY(__NR_process_vm_readv, sys_process_vm_readv),                // 340
+   LINX_(__NR_process_vm_writev, sys_process_vm_writev),              // 341
 };
 
 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno )