flock64

Type Alias flock64 

Source
pub type flock64 = flock;

Aliased Type§

#[repr(C)]
pub struct flock64 { pub l_type: i16, pub l_whence: i16, pub __bindgen_padding_0: [u8; 4], pub l_start: i64, pub l_len: i64, pub l_pid: i32, pub __bindgen_padding_1: [u8; 4], }

Fields§

§l_type: i16§l_whence: i16§__bindgen_padding_0: [u8; 4]§l_start: i64§l_len: i64§l_pid: i32§__bindgen_padding_1: [u8; 4]