1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

[BZ #17930] MIPS: Define SHM_NORESERVE.

[BZ #17930]
	* sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
This commit is contained in:
James Cowgill
2015-04-07 17:23:54 +00:00
committed by Joseph Myers
parent 72301304a5
commit d5856d06c3
3 changed files with 10 additions and 4 deletions

View File

@ -67,6 +67,7 @@ struct shmid_ds
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
# define SHM_LOCKED 02000 /* segment will not be swapped */
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
# define SHM_NORESERVE 010000 /* don't check for reservations */
struct shminfo
{