summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/arch/powerpc/bits/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/arch/powerpc/bits/mman.h')
-rw-r--r--libc-top-half/musl/arch/powerpc/bits/mman.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libc-top-half/musl/arch/powerpc/bits/mman.h b/libc-top-half/musl/arch/powerpc/bits/mman.h
new file mode 100644
index 0000000..95ec435
--- /dev/null
+++ b/libc-top-half/musl/arch/powerpc/bits/mman.h
@@ -0,0 +1,13 @@
+#define PROT_SAO 0x10
+
+#undef MAP_NORESERVE
+#define MAP_NORESERVE 0x40
+#undef MAP_LOCKED
+#define MAP_LOCKED 0x80
+
+#undef MCL_CURRENT
+#define MCL_CURRENT 0x2000
+#undef MCL_FUTURE
+#define MCL_FUTURE 0x4000
+#undef MCL_ONFAULT
+#define MCL_ONFAULT 0x8000