2008-08-24  Roland McGrath  <roland@redhat.com>

	* mem.c (mmap_prot): Handle PROT_SAO.
	From Simon Murray <simon@transitive.com>.
diff --git a/mem.c b/mem.c
index a133b00..5a11e18 100644
--- a/mem.c
+++ b/mem.c
@@ -96,6 +96,9 @@
 #ifdef PROT_GROWSUP
 	{ PROT_GROWSUP, "PROT_GROWSUP"	},
 #endif
+#ifdef PROT_SAO
+	{ PROT_SAO,	"PROT_SAO"	},
+#endif
 	{ 0,		NULL		},
 };