Module rustc_data_structures::flock::imp::os[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Re-exports

use libc;

Structs

flock [
Experimental
]

Constants

F_RDLCK [
Experimental
]
F_SETLK [
Experimental
]
F_SETLKW [
Experimental
]
F_UNLCK [
Experimental
]
F_WRLCK [
Experimental
]