]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Wire up epoll_create1 on ARM systems.
authorTom Hughes <tom@compton.nu>
Thu, 19 Apr 2012 14:54:30 +0000 (14:54 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 19 Apr 2012 14:54:30 +0000 (14:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12510

coregrind/m_syswrap/syswrap-arm-linux.c

index 5bba77e28a8f9b4561697d73cdb9ddea9a0e1c5b..2c04f71f399a86e6d707fdbc8995ac8b84f4c5be 100644 (file)
@@ -1813,6 +1813,7 @@ static SyscallTableEntry syscall_main_table[] = {
 
    LINXY(__NR_signalfd4,         sys_signalfd4),        // 355
    LINX_(__NR_eventfd2,          sys_eventfd2),         // 356
+   LINXY(__NR_epoll_create1,     sys_epoll_create1),    // 357
 
    LINXY(__NR_pipe2,             sys_pipe2),            // 359
    LINXY(__NR_inotify_init1,     sys_inotify_init1)     // 360