summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/linux/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/usr/include/linux/mman.h')
-rw-r--r--sysroot/usr/include/linux/mman.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysroot/usr/include/linux/mman.h b/sysroot/usr/include/linux/mman.h
new file mode 100644
index 0000000..36b3004
--- /dev/null
+++ b/sysroot/usr/include/linux/mman.h
@@ -0,0 +1,13 @@
+#ifndef _LINUX_MMAN_H
+#define _LINUX_MMAN_H
+
+#include <asm/mman.h>
+
+#define MREMAP_MAYMOVE 1
+#define MREMAP_FIXED 2
+
+#define OVERCOMMIT_GUESS 0
+#define OVERCOMMIT_ALWAYS 1
+#define OVERCOMMIT_NEVER 2
+
+#endif /* _LINUX_MMAN_H */