From: Roland McGrath Date: Mon, 30 Dec 2002 09:13:07 +0000 (+0000) Subject: 2002-12-30 Roland McGrath X-Git-Tag: v4.5.18~913 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e7f7703e576535d5f88ad69f2456f9dcde6027a;p=strace 2002-12-30 Roland McGrath * linux/syscallent.h [X86_64]: Disable sanity checks, subcall stuff is already broken for 32-bit personality on x86-64. --- diff --git a/linux/syscallent.h b/linux/syscallent.h index 24e9f62c..137a7276 100644 --- a/linux/syscallent.h +++ b/linux/syscallent.h @@ -347,7 +347,7 @@ { 5, 0, printargs, "SYS_298" }, /* 298 */ { 5, 0, printargs, "SYS_299" }, /* 299 */ -#if SYS_socket_subcall != 300 +#if SYS_socket_subcall != 300 && !defined X86_64 /* pers1 broken on x86-64 */ #error fix me #endif { 8, 0, printargs, "socket_subcall"}, /* 300 */ @@ -369,7 +369,7 @@ { 5, TN, sys_sendmsg, "sendmsg" }, /* 316 */ { 5, TN, sys_recvmsg, "recvmsg" }, /* 317 */ -#if SYS_ipc_subcall != 318 +#if SYS_ipc_subcall != 318 && !defined X86_64 /* pers1 broken on x86-64 */ #error fix me #endif { 4, 0, printargs, "ipc_subcall" }, /* 318 */