diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-31 04:48:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-31 04:48:04 -0400 |
commit | 8192a60a71150b4ee9cc0b2300fb13a6449af24c (patch) | |
tree | c22db28e3e3afd392a629d261114872844d5bb31 /libc/sysdeps/linux/common/mmap64.c | |
parent | ad8e1035c3feb1650640c2cfc995c1f5f917bbc7 (diff) |
drop last _syscall6 checks
If your arch does not support _syscall6(), it is broken anyways.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/common/mmap64.c')
-rw-r--r-- | libc/sysdeps/linux/common/mmap64.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |