summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh/dl-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/sh/dl-syscalls.h')
-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