提交 0e10f740 编写于 作者: R rofl0r

add MAP_NORESERVE to bits/mman.h

this is needed for qemu, and since it differs for each arch
it can't be circumvented easily by using a macro in CFLAGS.
上级 4b43f05f
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define MAP_ANON 0x20 #define MAP_ANON 0x20
#define MAP_ANONYMOUS MAP_ANON #define MAP_ANONYMOUS MAP_ANON
#define MAP_32BIT 0x40 #define MAP_32BIT 0x40
#define MAP_NORESERVE 0x4000
#define POSIX_MADV_NORMAL 0 #define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1 #define POSIX_MADV_RANDOM 1
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define MAP_ANON 0x20 #define MAP_ANON 0x20
#define MAP_ANONYMOUS MAP_ANON #define MAP_ANONYMOUS MAP_ANON
#define MAP_32BIT 0x40 #define MAP_32BIT 0x40
#define MAP_NORESERVE 0x4000
#define POSIX_MADV_NORMAL 0 #define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1 #define POSIX_MADV_RANDOM 1
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define MAP_ANON 0x20 #define MAP_ANON 0x20
#define MAP_ANONYMOUS MAP_ANON #define MAP_ANONYMOUS MAP_ANON
#define MAP_32BIT 0x40 #define MAP_32BIT 0x40
#define MAP_NORESERVE 0x4000
#define POSIX_MADV_NORMAL 0 #define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1 #define POSIX_MADV_RANDOM 1
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#define MAP_FILE 0x00 #define MAP_FILE 0x00
#define MAP_ANON 0x800 #define MAP_ANON 0x800
#define MAP_ANONYMOUS MAP_ANON #define MAP_ANONYMOUS MAP_ANON
#define MAP_NORESERVE 0x0400
#define POSIX_MADV_NORMAL 0 #define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1 #define POSIX_MADV_RANDOM 1
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define MAP_ANON 0x20 #define MAP_ANON 0x20
#define MAP_ANONYMOUS MAP_ANON #define MAP_ANONYMOUS MAP_ANON
#define MAP_32BIT 0x40 #define MAP_32BIT 0x40
#define MAP_NORESERVE 0x40
#define POSIX_MADV_NORMAL 0 #define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1 #define POSIX_MADV_RANDOM 1
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define MAP_ANON 0x20 #define MAP_ANON 0x20
#define MAP_ANONYMOUS MAP_ANON #define MAP_ANONYMOUS MAP_ANON
#define MAP_32BIT 0x40 #define MAP_32BIT 0x40
#define MAP_NORESERVE 0x4000
#define POSIX_MADV_NORMAL 0 #define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1 #define POSIX_MADV_RANDOM 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册