We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1b3a7 commit fb06358Copy full SHA for fb06358
src/unix/solarish/mod.rs
@@ -1889,6 +1889,7 @@ extern "C" {
1889
pub fn srand(seed: ::c_uint);
1890
1891
pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
1892
+ pub fn settimeofday(tp: *const ::timeval, tz: *const ::c_void) -> ::c_int;
1893
pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
1894
pub fn freeifaddrs(ifa: *mut ::ifaddrs);
1895
0 commit comments