summaryrefslogtreecommitdiff
path: root/src/internal/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/syscall.h')
-rw-r--r--src/internal/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/syscall.h b/src/internal/syscall.h
index 0a2840ad..bb96c26e 100644
--- a/src/internal/syscall.h
+++ b/src/internal/syscall.h
@@ -8,6 +8,10 @@
#define SYSCALL_RLIM_INFINITY (~0ULL)
#endif
+#ifndef SYSCALL_MMAP2_UNIT
+#define SYSCALL_MMAP2_UNIT 4096ULL
+#endif
+
#ifndef __scc
#define __scc(X) ((long) (X))
typedef long syscall_arg_t;