diff --git a/src/header/sys_time/mod.rs b/src/header/sys_time/mod.rs index 800471e1f6..93b70b107d 100644 --- a/src/header/sys_time/mod.rs +++ b/src/header/sys_time/mod.rs @@ -100,6 +100,8 @@ pub unsafe extern "C" fn gettimeofday(tp: *mut timeval, tzp: *mut timezone) -> c Sys::gettimeofday(tp, tzp).map(|()| 0).or_minus_one_errno() } +// `select()` declared in `sys/select.h`, as specified in modern POSIX + /// See . /// /// # Deprecation