pub const O_NOCTTY: u32 = bindings::O_NOCTTY; // 256u32
Expand description

File should not be used as process’s controlling terminal.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.