#[unsafe(no_mangle)]pub unsafe extern "C" fn gettimeofday(
tp: *mut timeval,
tzp: *mut timezone,
) -> c_int๐Deprecated
Expand description
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html.
See also https://www.man7.org/linux/man-pages/man2/gettimeofday.2.html
for further details on the tzp argument.
ยงDeprecation
The gettimeofday() function was marked obsolescent in the Open Group Base
Specifications Issue 7, and removed in Issue 8.