numerous fixes to sysv ipc
[musl] / arch / x86_64 / bits / shm.h
index bc95a1c..abf1d50 100644 (file)
@@ -1,14 +1,5 @@
 #define SHMLBA 4096
 
-#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
 {
        struct ipc_perm shm_perm;