mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
hurd: Add MAP_NORESERVE mmap flag
This is already the current default behavior, which we will change with overcommit support addition.
This commit is contained in:
parent
03b8d76410
commit
d92a5e1dad
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
# define SHM_ANON ((const char *) 1)
|
||||
|
||||
# define MAP_32BIT 0x1000 /* Map in the lower 2 GB. */
|
||||
# define MAP_NORESERVE 0x2000 /* Don't check for reservations. */
|
||||
# define MAP_EXCL 0x4000 /* With MAP_FIXED, don't replace existing mappings. */
|
||||
|
||||
# define MAP_TRYFIXED (MAP_FIXED | MAP_EXCL) /* BSD name. */
|
||||
|
|
Loading…
Add table
Reference in a new issue