diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-31 04:48:04 -0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-03 10:46:20 -0700 |
commit | 35c2931b4dadd22288475eaba5a9b50d66e26c79 (patch) | |
tree | ef3e5bfaec2b30406c4b9765531f1616eae419f2 /libc/sysdeps/linux/common/mmap64.c | |
parent | 66a9707f4032e7142e4d77f53071c069ec4af9f8 (diff) | |
download | uClibc-alpine-35c2931b4dadd22288475eaba5a9b50d66e26c79.tar.bz2 uClibc-alpine-35c2931b4dadd22288475eaba5a9b50d66e26c79.tar.xz |
drop last _syscall6 checks
If your arch does not support _syscall6(), it is broken anyways.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
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 |