Constant SHM_R
pub const SHM_R: i32 = 0o400; // 256i32
Available on crate feature
dep_nc
only.Expand description
shmget()
shmflg values.
The bottom nine bits are the same as open(2)
mode flags
or S_IRUGO
from <linux/stat.h>
pub const SHM_R: i32 = 0o400; // 256i32
dep_nc
only.shmget()
shmflg values.
The bottom nine bits are the same as open(2)
mode flags
or S_IRUGO
from <linux/stat.h>