]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Wire up inotify_init1 on ppc32-linux.
authorTom Hughes <tom@compton.nu>
Tue, 27 Oct 2009 21:42:46 +0000 (21:42 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 27 Oct 2009 21:42:46 +0000 (21:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10912

coregrind/m_syswrap/syswrap-ppc32-linux.c

index d62febd4b7d22033c3f02bfdc8666d5220518692..5e949f1cf1fc016e526e2c6945b2f9cfa90dd3b7 100644 (file)
@@ -1867,7 +1867,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    LINXY(__NR_epoll_create1,     sys_epoll_create1),    // 315
    //   (__NR_dup3,              sys_ni_syscall)        // 316
    LINXY(__NR_pipe2,             sys_pipe2),            // 317
-   //   (__NR_inotify_init1,     sys_ni_syscall)        // 318
+   LINXY(__NR_inotify_init1,     sys_inotify_init1),    // 318
    LINXY(__NR_perf_counter_open, sys_perf_counter_open) // 319
    //   (__NR_preadv,            sys_ni_syscall)        // 320
    //   (__NR_pwritev,           sys_ni_syscall)        // 321