summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-11 06:07:31 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-11 06:07:31 +0000
commit2a5f8d80d3e5d77f182bc07ae269865024d2109a (patch)
tree359439f25bb182d37c7b21b17ce109b5853edbf8 /libc/sysdeps/linux/x86_64
parent490a7173ec0ad521bc22eb7ed8482e0cc54d92d2 (diff)
sync with glibc
Diffstat (limited to 'libc/sysdeps/linux/x86_64')
-rw-r--r--libc/sysdeps/linux/x86_64/bits/shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/x86_64/bits/shm.h b/libc/sysdeps/linux/x86_64/bits/shm.h
index d8e2230ca..3d8c05d21 100644
--- a/libc/sysdeps/linux/x86_64/bits/shm.h
+++ b/libc/sysdeps/linux/x86_64/bits/shm.h
@@ -22,7 +22,6 @@
#endif
#include <bits/types.h>
-#include <bits/wordsize.h>
/* Permission flag for shmget. */
#define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */
@@ -81,6 +80,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
{