summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh
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/sh
parenta0ca45d4673a5e721225be62311250a4aa93a200 (diff)
move arch-specific checks out of shared dl-syscall.h and into arch-specific dl-syscalls.h
Diffstat (limited to 'ldso/ldso/sh')
-rw-r--r--ldso/ldso/sh/dl-syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/ldso/sh/dl-syscalls.h b/ldso/ldso/sh/dl-syscalls.h
index dc0cc6164..a97ff562c 100644
--- a/ldso/ldso/sh/dl-syscalls.h
+++ b/ldso/ldso/sh/dl-syscalls.h
@@ -3,3 +3,5 @@
extern int _dl_errno;
#define __set_errno(X) {(_dl_errno) = (X);}
#include "sys/syscall.h"
+
+#define MMAP_HAS_6_ARGS