Skip to content

Commit fdb7081

Browse files
author
sewardj
committed
Enable prctl on ppc64-linux. Fixes #308089.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13350 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 48b0ae3 commit fdb7081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coregrind/m_syswrap/syswrap-ppc64-linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ static SyscallTableEntry syscall_table[] = {
882882
LINX_(__NR_setresgid, sys_setresgid), // 169
883883

884884
LINXY(__NR_getresgid, sys_getresgid), // 170
885-
// _____(__NR_prctl, sys_prctl), // 171
885+
LINXY(__NR_prctl, sys_prctl), // 171
886886
PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 172
887887
LINXY(__NR_rt_sigaction, sys_rt_sigaction), // 173
888888
LINXY(__NR_rt_sigprocmask, sys_rt_sigprocmask), // 174

0 commit comments

Comments
 (0)