summaryrefslogtreecommitdiff
path: root/ldso/ldso/sparc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-15 03:51:51 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-15 03:51:51 +0000
commite0e3036bda73c6154563870623389d6a4d601b22 (patch)
tree35428fac2189104d4365b8e75e414ac4ee4b915e /ldso/ldso/sparc
parenta0ca45d4673a5e721225be62311250a4aa93a200 (diff)
move arch-specific checks out of shared dl-syscall.h and into arch-specific dl-syscalls.h
Diffstat (limited to 'ldso/ldso/sparc')
-rw-r--r--ldso/ldso/sparc/dl-syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/ldso/sparc/dl-syscalls.h b/ldso/ldso/sparc/dl-syscalls.h
index 1ae85ed88..b1fd73eb8 100644
--- a/ldso/ldso/sparc/dl-syscalls.h
+++ b/ldso/ldso/sparc/dl-syscalls.h
@@ -6,6 +6,8 @@
* sysdeps/linux/sparc/bits/syscalls.h at some point ...
*/
+#define MMAP_HAS_6_ARGS
+
#define __NR_exit 1
#define __NR_read 3
#define __NR_write 4