]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable the prctl system call on amd64.
authorTom Hughes <tom@compton.nu>
Mon, 14 Nov 2005 15:26:03 +0000 (15:26 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2005 15:26:03 +0000 (15:26 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5127

coregrind/m_syswrap/syswrap-amd64-linux.c

index 5c0de3fe69ff52d415231ed1843d1574c1b9be44..42fccbd323837a971114578fd10c9ff902610b5e 100644 (file)
@@ -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