]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Wire up four more system calls on arm, based on patch
authorTom Hughes <tom@compton.nu>
Wed, 11 Jul 2012 15:38:29 +0000 (15:38 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 11 Jul 2012 15:38:29 +0000 (15:38 +0000)
from William Cohen. Fixes BZ#295617.

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

coregrind/m_syswrap/syswrap-arm-linux.c

index 81a2e145e1ebac19c24fa7fee1ee85445ff40aef..c7cdeefdc6a60d59672b5aa68ef9ff349cbdfec9 100644 (file)
@@ -1888,6 +1888,10 @@ static SyscallTableEntry syscall_main_table[] = {
    LINXY(__NR_dup3,              sys_dup3),             // 358
    LINXY(__NR_pipe2,             sys_pipe2),            // 359
    LINXY(__NR_inotify_init1,     sys_inotify_init1),    // 360
+   LINXY(__NR_preadv,            sys_preadv),           // 361
+   LINX_(__NR_pwritev,           sys_pwritev),          // 362
+   LINXY(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo),// 363
+   LINXY(__NR_perf_event_open,   sys_perf_event_open),  // 364
 
    PLAXY(__NR_accept4,           sys_accept4)           // 366
 };