From: Tom Hughes Date: Tue, 27 Oct 2009 21:42:46 +0000 (+0000) Subject: Wire up inotify_init1 on ppc32-linux. X-Git-Tag: svn/VALGRIND_3_6_0~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a7de3e74f399724d053598946bceca0f5f0463;p=thirdparty%2Fvalgrind.git Wire up inotify_init1 on ppc32-linux. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10912 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index d62febd4b7..5e949f1cf1 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -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