diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-05-01 21:22:38 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-05-01 21:22:38 +0000 |
commit | 5fa0a04b3f946a5221534d615b5ff5a18eb4c906 (patch) | |
tree | 8862959afe35da1463a1036e2e7dbac2306bd7a3 /coregrind | |
parent | 7cf4e6b6aed533af53339f36099ed244dc4a5b7f (diff) |
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 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'coregrind')
-rw-r--r-- | coregrind/m_syswrap/syswrap-ppc32-linux.c | 2 | ||||
-rw-r--r-- | coregrind/m_syswrap/syswrap-ppc64-linux.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index d5ce8ee0..a6c99927 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 3111a2ee..83cce407 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 |