From: Julian Seward Date: Thu, 1 May 2008 21:22:38 +0000 (+0000) Subject: Temporarily work around compilation failures caused by non-definition X-Git-Tag: svn/VALGRIND_3_4_0~654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c25a48a0caf63f118b36937a4c670118da0ec5b;p=thirdparty%2Fvalgrind.git Temporarily work around compilation failures caused by non-definition of __NR_timerfd, pending proper resolution. See http://bugs.kde.org/show_bug.cgi?id=160907 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7983 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index d5ce8ee0cd..a6c99927d5 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -1828,7 +1828,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 303 LINX_(__NR_utimensat, sys_utimensat), // 304 LINXY(__NR_signalfd, sys_signalfd), // 305 - LINXY(__NR_timerfd, sys_timerfd), // 306 +// LINXY(__NR_timerfd, sys_timerfd), // 306 LINX_(__NR_eventfd, sys_eventfd), // 307 // LINX_(__NR_sync_file_range2, sys_ni_syscall), // 308 // LINX_(__NR_fallocate, sys_ni_syscall), // 309 diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 3111a2eeec..83cce407c0 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -1484,7 +1484,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 303 LINX_(__NR_utimensat, sys_utimensat), // 304 LINXY(__NR_signalfd, sys_signalfd), // 305 - LINXY(__NR_timerfd, sys_timerfd), // 306 +// LINXY(__NR_timerfd, sys_timerfd), // 306 LINX_(__NR_eventfd, sys_eventfd), // 307 // LINX_(__NR_sync_file_range2, sys_ni_syscall), // 308 // LINX_(__NR_fallocate, sys_ni_syscall), // 309