summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/bits/syscalls.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-19 15:43:51 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-19 15:43:51 +0000
commitf47e270bb1a929473986637127b51681e78155b6 (patch)
tree883d775ad007db5ed54fb8d84827fd26b78c3301 /libc/sysdeps/linux/sparc/bits/syscalls.h
parentab328b6481c7223182fe6993644295d84138cbc0 (diff)
Remove MMAP_HAS_6_ARGS
Diffstat (limited to 'libc/sysdeps/linux/sparc/bits/syscalls.h')
-rw-r--r--libc/sysdeps/linux/sparc/bits/syscalls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sparc/bits/syscalls.h b/libc/sysdeps/linux/sparc/bits/syscalls.h
index 6399a5c0a..b8865d453 100644
--- a/libc/sysdeps/linux/sparc/bits/syscalls.h
+++ b/libc/sysdeps/linux/sparc/bits/syscalls.h
@@ -4,8 +4,6 @@
# error "Never use <bits/syscalls.h> directly; include <sys/syscall.h> instead."
#endif
-#define __UCLIBC_MMAP_HAS_6_ARGS__
-
#include <bits/wordsize.h>
/* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel