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.
2 parents bc5c15e + fb06358 commit bf877baCopy full SHA for bf877ba
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