Constant nc::types::SHM_R

source ·
pub const SHM_R: i32 = 0o400;
Expand description

shmget() shmflg values. The bottom nine bits are the same as open(2) mode flags or S_IRUGO from <linux/stat.h>