From e5a4d0f8ecdb9ba9f23a4bf1585a32ebdd3cd8b4 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 26 Jan 2009 12:18:35 +0000 Subject: [PATCH] merge r8917 (Handle __NR_socketpair in Ptrcheck.) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9064 --- exp-ptrcheck/h_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exp-ptrcheck/h_main.c b/exp-ptrcheck/h_main.c index 1b0900153a..8272ce5d34 100644 --- a/exp-ptrcheck/h_main.c +++ b/exp-ptrcheck/h_main.c @@ -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 -- 2.47.2