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

* mem.c (mmap_prot): Handle PROT_SAO.
	From Simon Murray <simon@transitive.com>.
This commit is contained in:
Roland McGrath
2008-08-25 03:00:47 +00:00
parent d88e7b3b4b
commit 586d6ab9f2

3
mem.c
View File

@@ -95,6 +95,9 @@ static const struct xlat mmap_prot[] = {
#endif
#ifdef PROT_GROWSUP
{ PROT_GROWSUP, "PROT_GROWSUP" },
#endif
#ifdef PROT_SAO
{ PROT_SAO, "PROT_SAO" },
#endif
{ 0, NULL },
};