]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enabled timerfd() and timerfd_create() support for ppc32 and ppc64.
authorBart Van Assche <bvanassche@acm.org>
Mon, 12 May 2008 18:16:14 +0000 (18:16 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 12 May 2008 18:16:14 +0000 (18:16 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8051

coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c

index a6c99927d568a60d7f15457a073bfce3a9ce62f4..2159038567136d7ea46ffd523266a4277094dcf4 100644 (file)
@@ -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
index 83cce407c01e82cf938b80d3ab1fcd7c5b7acdd1..9dbb5f38b8243a74639738129f936b71a726c497 100644 (file)
@@ -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