From 39534e9e57a3c64f8fdadd0081a4992f0d52e4ab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 1 Dec 2005 07:58:06 +0000 Subject: sync with glibc --- libc/sysdeps/linux/sparc/bits/shm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/sparc/bits/shm.h') 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 { -- cgit v1.2.3