]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 353084 arm64 doesn't support sigpending system call.
authorMark Wielaard <mark@klomp.org>
Wed, 23 Sep 2015 12:15:36 +0000 (12:15 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 23 Sep 2015 12:15:36 +0000 (12:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15676

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

diff --git a/NEWS b/NEWS
index 93a1013c2df9ba3ce04448dc3f65814b3d71aa34..b2e0ea5d7dba6f4082ed7ef6a38273b5be36eb7c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ To see details of a given bug, visit
 where XXXXXX is the bug number as listed below.
 
 353083 arm64 doesn't implement various xattr system calls
+353084 arm64 doesn't support sigpending system call
 
 Release 3.11.0 (?? September 2015)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 6cf3ba54f80a22d5fadbe0e25c56a724a2641ccd..8d3027de653eeb5bf27579b657ca4a564675d3e7 100644 (file)
@@ -959,6 +959,7 @@ static SyscallTableEntry syscall_main_table[] = {
    LINX_(__NR_rt_sigsuspend,     sys_rt_sigsuspend),     // 133
    LINXY(__NR_rt_sigaction,      sys_rt_sigaction),      // 134
    LINXY(__NR_rt_sigprocmask,    sys_rt_sigprocmask),    // 135
+   LINXY(__NR_rt_sigpending,     sys_rt_sigpending),     // 136
    LINXY(__NR_rt_sigtimedwait,   sys_rt_sigtimedwait),   // 137
    LINXY(__NR_rt_sigqueueinfo,   sys_rt_sigqueueinfo),   // 138
    PLAX_(__NR_rt_sigreturn,      sys_rt_sigreturn),      // 139
@@ -1231,7 +1232,6 @@ static SyscallTableEntry syscall_main_table[] = {
 //ZZ    LINXY(__NR_prctl,             sys_prctl),          // 172
 //ZZ    LINXY(__NR_rt_sigaction,      sys_rt_sigaction),   // 174
 //ZZ 
-//ZZ    LINXY(__NR_rt_sigpending,     sys_rt_sigpending),  // 176
 //ZZ    LINXY(__NR_rt_sigtimedwait,   sys_rt_sigtimedwait),// 177
 //ZZ 
 //ZZ    LINX_(__NR_chown,             sys_chown16),        // 182