]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
merge r8917 (Handle __NR_socketpair in Ptrcheck.)
authorJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 12:18:35 +0000 (12:18 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 12:18:35 +0000 (12:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9064

exp-ptrcheck/h_main.c

index 1b0900153a40837abaa7a7b0fd52a96601fb35e9..8272ce5d34013934c28902e344bd25ed2a8aea78 100644 (file)
@@ -2332,6 +2332,9 @@ static void setup_post_syscall_table ( void )
 #     if defined(__NR_socketcall)
       ADD(0, __NR_socketcall); /* the nasty x86-linux socket multiplexor */
 #     endif
+#     if defined(__NR_socketpair)
+      ADD(0, __NR_socketpair);
+#     endif
 #     if defined(__NR_statfs64)
       ADD(0, __NR_statfs64);
 #     endif