From c316b284456e8b8d5f6e2ff18ece9c15b60033c7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 20:03:55 -0500 Subject: update various bits headers for new linux additions based on patch by nik --- include/bits/shm.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/bits/shm.h') diff --git a/include/bits/shm.h b/include/bits/shm.h index 46774237..bc95a1ca 100644 --- a/include/bits/shm.h +++ b/include/bits/shm.h @@ -2,6 +2,12 @@ #define SHM_RDONLY 010000 #define SHM_RND 020000 +#define SHM_REMAP 040000 +#define SHM_EXEC 0100000 + +/* linux extensions */ +#define SHM_LOCK 11 +#define SHM_UNLOCK 12 struct shmid_ds { -- cgit v1.2.1