pub const O_EXCL: u32 = bindings::O_EXCL; // 128u32
Expand description

Ensure that this file is created with the open(2) call.

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