From 8192a60a71150b4ee9cc0b2300fb13a6449af24c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 31 Aug 2009 04:48:04 -0400 Subject: drop last _syscall6 checks If your arch does not support _syscall6(), it is broken anyways. Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/common/mmap64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/mmap64.c') diff --git a/libc/sysdeps/linux/common/mmap64.c b/libc/sysdeps/linux/common/mmap64.c index 2b10e5710..d0e87afb5 100644 --- a/libc/sysdeps/linux/common/mmap64.c +++ b/libc/sysdeps/linux/common/mmap64.c @@ -17,7 +17,7 @@ /* libc_hidden_proto(mmap) */ -# if !defined __NR_mmap2 || !defined _syscall6 +# if !defined __NR_mmap2 /* * This version is a stub that just chops off everything at the mmap 32 bit -- cgit v1.2.3