projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6f3dc
)
add missing powerpc specific PROT_SAO memory protection flag
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 24 Jan 2016 00:20:43 +0000
(
00:20
+0000)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 25 Jan 2016 00:08:40 +0000
(19:08 -0500)
this flag for strong access ordering was added in linux v2.6.27
commit
aba46c5027cb59d98052231b36efcbbde9c77a1d
arch/powerpc/bits/mman.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/bits/mman.h
b/arch/powerpc/bits/mman.h
index 5320b7d7e67105b0cf113a3bb1f3934df4000858..779fddec90e47e514ea6ab63ee29257cff2b0e19 100644
(file)
--- a/
arch/powerpc/bits/mman.h
+++ b/
arch/powerpc/bits/mman.h
@@
-4,6
+4,7
@@
#define PROT_READ 1
#define PROT_WRITE 2
#define PROT_EXEC 4
+#define PROT_SAO 0x10
#define PROT_GROWSDOWN 0x01000000
#define PROT_GROWSUP 0x02000000