summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/bits/shm.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-01 07:58:06 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-01 07:58:06 +0000
commit39534e9e57a3c64f8fdadd0081a4992f0d52e4ab (patch)
tree821114d46f0a6151fdc213aff77d44a76ec6a393 /libc/sysdeps/linux/sparc/bits/shm.h
parent9c4d060ea41fb54d498b546fb5c3242b57770d52 (diff)
sync with glibc
Diffstat (limited to 'libc/sysdeps/linux/sparc/bits/shm.h')
-rw-r--r--libc/sysdeps/linux/sparc/bits/shm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sparc/bits/shm.h b/libc/sysdeps/linux/sparc/bits/shm.h
index f075be8d8..03decb110 100644
--- a/libc/sysdeps/linux/sparc/bits/shm.h
+++ b/libc/sysdeps/linux/sparc/bits/shm.h
@@ -81,6 +81,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
{