diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 00:15:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-24 00:15:09 +0000 |
commit | 64085a723ae341524e35b1b7cb13bfe0bd4794dc (patch) | |
tree | d4311a0b9460b08731a9c68110158e99787405a4 /libc/sysdeps/linux/common/bits/shm.h | |
parent | 7320e0ffac2dd65a911fd6bdc8f65c1467eede5e (diff) |
sync with upstream via psm
Diffstat (limited to 'libc/sysdeps/linux/common/bits/shm.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/shm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/shm.h b/libc/sysdeps/linux/common/bits/shm.h index 225b89db2..318d601ae 100644 --- a/libc/sysdeps/linux/common/bits/shm.h +++ b/libc/sysdeps/linux/common/bits/shm.h @@ -73,6 +73,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 { |