We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b0ae3 commit fdb7081Copy full SHA for fdb7081
coregrind/m_syswrap/syswrap-ppc64-linux.c
@@ -882,7 +882,7 @@ static SyscallTableEntry syscall_table[] = {
882
LINX_(__NR_setresgid, sys_setresgid), // 169
883
884
LINXY(__NR_getresgid, sys_getresgid), // 170
885
-// _____(__NR_prctl, sys_prctl), // 171
+ LINXY(__NR_prctl, sys_prctl), // 171
886
PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 172
887
LINXY(__NR_rt_sigaction, sys_rt_sigaction), // 173
888
LINXY(__NR_rt_sigprocmask, sys_rt_sigprocmask), // 174
0 commit comments