Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2008-08-24 Roland McGrath <roland@redhat.com>
	* mem.c (mmap_prot): Handle PROT_SAO.
	From Simon Murray <simon@transitive.com>.
  • Loading branch information
Roland McGrath authored and Patrick Jacques committed Nov 18, 2010
1 parent d4459e8 commit 58370ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mem.c
Expand Up @@ -93,6 +93,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 },
};
Expand Down

0 comments on commit 58370ef

Please sign in to comment.