pub const O_RDONLY: i32 = 1 << 0; // 1i32
Expand description

Open for read access (only)