MAP_{NORESERVE,LOCKED} have different values on powerpc than in generic.
@@ -1,4 +1,9 @@
-#define PROT_SAO 0x10
+#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
@@ -1,5 +1,10 @@
#define PROT_SAO 0x10
#undef MCL_FUTURE