From: Bart Van Assche Date: Mon, 12 May 2008 18:16:14 +0000 (+0000) Subject: Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. X-Git-Tag: svn/VALGRIND_3_4_0~588 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d072b3b4ab7623bb149ed0a627c288c378ce1c9;p=thirdparty%2Fvalgrind.git Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8051 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index a6c99927d5..2159038567 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_create, sys_timerfd_create), // 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 83cce407c0..9dbb5f38b8 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_create, sys_timerfd_create), // 306 LINX_(__NR_eventfd, sys_eventfd), // 307 // LINX_(__NR_sync_file_range2, sys_ni_syscall), // 308 // LINX_(__NR_fallocate, sys_ni_syscall), // 309