Function axlibc::nanosleep

source ·
#[no_mangle]
pub unsafe extern "C" fn nanosleep(
    req: *const timespec,
    rem: *mut timespec
) -> c_int
Expand description

Sleep some nanoseconds

TODO: should be woken by signals, and set errno