summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/bits/shm.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-19 10:42:00 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-19 10:42:00 +0000
commit4818c347d02c8161f005f7821846f6afead50b5b (patch)
tree7f86e8cc5b96a4fd149a81d3d1ae02fd49053a25 /libc/sysdeps/linux/alpha/bits/shm.h
parent3d4d05dbadf098845328149e3fb0acc48c4ee207 (diff)
sync with glibc
Diffstat (limited to 'libc/sysdeps/linux/alpha/bits/shm.h')
-rw-r--r--libc/sysdeps/linux/alpha/bits/shm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/shm.h b/libc/sysdeps/linux/alpha/bits/shm.h
index bbee434ea..35226c16c 100644
--- a/libc/sysdeps/linux/alpha/bits/shm.h
+++ b/libc/sysdeps/linux/alpha/bits/shm.h
@@ -71,6 +71,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
{