[src]

Module std::libc::consts::os::extra

pub static MAP_32BIT: c_int = 0x0040  
pub static MAP_ANONONYMOUS: c_int = 0x0020  
pub static MAP_DENYWRITE: c_int = 0x0800  
pub static MAP_EXECUTABLE: c_int = 0x01000  
pub static MAP_GROWSDOWN: c_int = 0x0100  
pub static MAP_LOCKED: c_int = 0x02000  
pub static MAP_NONBLOCK: c_int = 0x010000  
pub static MAP_NONRESERVE: c_int = 0x04000  
pub static MAP_POPULATE: c_int = 0x08000  
pub static MAP_STACK: c_int = 0x020000  
pub static MAP_TYPE: c_int = 0x000f  
pub static O_DSYNC: c_int = 4096  
pub static O_RSYNC: c_int = 1052672  
pub static O_SYNC: c_int = 1052672  
pub static PROT_GROWSDOWN: c_int = 0x010000000  
pub static PROT_GROWSUP: c_int = 0x020000000