]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
arm-linux: handle sys_signalfd4 and sys_eventfd2. Makes
authorJulian Seward <jseward@acm.org>
Sun, 3 Jan 2010 11:46:50 +0000 (11:46 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 3 Jan 2010 11:46:50 +0000 (11:46 +0000)
memcheck/tests/linux-syscalls-2007 succeed on this platform.

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

coregrind/m_syswrap/syswrap-arm-linux.c

index 86d9f21b61ba511b8b2d24d17c6ae61232471bd7..48e209321cee87cf136848d253c7665706681837 100644 (file)
@@ -1673,6 +1673,10 @@ static SyscallTableEntry syscall_main_table[] = {
    // verbatim from syswrap-x86-linux.c and they certainly do not
    // correspond to what's in include/vki/vki-scnums-arm-linux.h.
    // From here onwards, please ensure the numbers are correct.
+
+   LINXY(__NR_signalfd4,         sys_signalfd4),        // 355
+   LINX_(__NR_eventfd2,          sys_eventfd2),         // 356
+
    LINXY(__NR_pipe2,             sys_pipe2)             // 359
 };