]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable rt_sigpending syscall on ppc64 linux.
authorMark Wielaard <mark@klomp.org>
Wed, 22 Apr 2015 15:29:03 +0000 (15:29 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 22 Apr 2015 15:29:03 +0000 (15:29 +0000)
Patch from Thomas Huth <thuth@redhat.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15133

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

diff --git a/NEWS b/NEWS
index ed15b978f6f81ba63acec8110e7f2d6916ee413e..fff22b9684e407f13e38c3eca02ba582bcf4d35e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -162,6 +162,7 @@ n-i-bz  (vex 3098) Avoid generation of Neon insns on non-Neon hosts
 346267  Fix compiler warning about casting arguments, ppc64.
 346324  Add support for the ppc instructions lbarx, lharx, stbcs, sthcs
 346416  Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls
+n-i-bz  Enable rt_sigpending syscall on ppc64 linux.
 
 
 Release 3.10.1 (25 November 2014)
index ba4116d4741e328fc3187b84bb7575414d1a64eb..6f3c1f7c8cc0d4642393eb589d6383ccf320d320 100644 (file)
@@ -988,7 +988,7 @@ static SyscallTableEntry syscall_table[] = {
    LINXY(__NR_rt_sigaction,      sys_rt_sigaction),       // 173
    LINXY(__NR_rt_sigprocmask,    sys_rt_sigprocmask),     // 174
 
-// _____(__NR_rt_sigpending,     sys_rt_sigpending),      // 175
+   LINXY(__NR_rt_sigpending,     sys_rt_sigpending),      // 175
    LINXY(__NR_rt_sigtimedwait,   sys_rt_sigtimedwait),    // 176
    LINXY(__NR_rt_sigqueueinfo,   sys_rt_sigqueueinfo),    // 177
    LINX_(__NR_rt_sigsuspend,     sys_rt_sigsuspend),      // 178