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.
This commit is contained in:
rofl0r
2012-12-06 01:26:51 +01:00
parent 4b43f05f3c
commit 0e10f74006
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
#define MAP_ANON 0x20
#define MAP_ANONYMOUS MAP_ANON
#define MAP_32BIT 0x40
#define MAP_NORESERVE 0x40
#define POSIX_MADV_NORMAL 0
#define POSIX_MADV_RANDOM 1