From: Tom Hughes Date: Mon, 14 Nov 2005 15:26:03 +0000 (+0000) Subject: Enable the prctl system call on amd64. X-Git-Tag: svn/VALGRIND_3_1_0~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cfea5db07264c16d64f107caf64e5b8abea25ec;p=thirdparty%2Fvalgrind.git Enable the prctl system call on amd64. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5127 --- diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c index 5c0de3fe69..42fccbd323 100644 --- a/coregrind/m_syswrap/syswrap-amd64-linux.c +++ b/coregrind/m_syswrap/syswrap-amd64-linux.c @@ -1149,7 +1149,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { // (__NR_pivot_root, sys_pivot_root), // 155 LINXY(__NR__sysctl, sys_sysctl), // 156 - // (__NR_prctl, sys_prctl), // 157 + LINX_(__NR_prctl, sys_prctl), // 157 PLAX_(__NR_arch_prctl, sys_arch_prctl), // 158 // (__NR_adjtimex, sys_adjtimex), // 159