pub fn sys_futex(
uaddr: UserConstPtr<u32>,
futex_op: u32,
value: u32,
timeout: UserConstPtr<timespec>,
uaddr2: UserPtr<u32>,
value3: u32,
) -> LinuxResult<isize>
pub fn sys_futex(
uaddr: UserConstPtr<u32>,
futex_op: u32,
value: u32,
timeout: UserConstPtr<timespec>,
uaddr2: UserPtr<u32>,
value3: u32,
) -> LinuxResult<isize>