pub const O_CREAT: u32 = bindings::O_CREAT; // 64u32
Expand description

File was created if it didn’t already exist.

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