mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
add some missing macros to sys/shm.h
these are not specified in the standard, but in the reserved namespace, so there is no problem with defining them unconditionally.
This commit is contained in:
parent
d50955620f
commit
9cb589939c
@ -16,6 +16,9 @@ extern "C" {
|
||||
#include <sys/ipc.h>
|
||||
#include <bits/shm.h>
|
||||
|
||||
#define SHM_R 0400
|
||||
#define SHM_W 0200
|
||||
|
||||
#define SHM_RDONLY 010000
|
||||
#define SHM_RND 020000
|
||||
#define SHM_REMAP 040000
|
||||
|
Loading…
Reference in New Issue
Block a user