diff --git a/src/header/time/mod.rs b/src/header/time/mod.rs index 3d3e8fc18d..223a7ab631 100644 --- a/src/header/time/mod.rs +++ b/src/header/time/mod.rs @@ -268,7 +268,12 @@ pub unsafe extern "C" fn clock_gettime(clock_id: clockid_t, tp: *mut timespec) - /// See . // #[no_mangle] -pub extern "C" fn clock_nanosleep(clock_id: clockid_t, flags: c_int, rqtp: *const timespec, rmtp: *mut timespec) -> c_int { +pub extern "C" fn clock_nanosleep( + clock_id: clockid_t, + flags: c_int, + rqtp: *const timespec, + rmtp: *mut timespec, +) -> c_int { unimplemented!(); }