From 6abdeda828e5f57749d4c2fc86f1846722bb341c Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 21 Oct 2013 10:07:43 +0000 Subject: [PATCH] Enable sys_rt_sigsuspend on ppc64-linux. Not sure why this is necessary, but I found it lying around in a ppc64 tree, so there was probably some use case at some point. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13668 --- coregrind/m_syswrap/syswrap-ppc64-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 3a05dbe9b4..5946ee17f8 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -890,7 +890,7 @@ static SyscallTableEntry syscall_table[] = { // _____(__NR_rt_sigpending, sys_rt_sigpending), // 175 LINXY(__NR_rt_sigtimedwait, sys_rt_sigtimedwait), // 176 LINXY(__NR_rt_sigqueueinfo, sys_rt_sigqueueinfo), // 177 -// _____(__NR_rt_sigsuspend, sys_rt_sigsuspend), // 178 + LINX_(__NR_rt_sigsuspend, sys_rt_sigsuspend), // 178 GENXY(__NR_pread64, sys_pread64), // 179 GENX_(__NR_pwrite64, sys_pwrite64), // 180 -- 2.47.2