提交 f9c3a2e0 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

add missing powerpc specific PROT_SAO memory protection flag

this flag for strong access ordering was added in linux v2.6.27
commit aba46c5027cb59d98052231b36efcbbde9c77a1d
上级 2f6f3dcc
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#define PROT_READ 1 #define PROT_READ 1
#define PROT_WRITE 2 #define PROT_WRITE 2
#define PROT_EXEC 4 #define PROT_EXEC 4
#define PROT_SAO 0x10
#define PROT_GROWSDOWN 0x01000000 #define PROT_GROWSDOWN 0x01000000
#define PROT_GROWSUP 0x02000000 #define PROT_GROWSUP 0x02000000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册