Skip to content
Snippets Groups Projects
Commit fb06358b authored by GrayJack's avatar GrayJack
Browse files

Add settimeofday for solaris/illumos

parent 3a1b3a7f
No related branches found
No related tags found
No related merge requests found
......@@ -1889,6 +1889,7 @@ extern "C" {
pub fn srand(seed: ::c_uint);
pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::c_void) -> ::c_int;
pub fn settimeofday(tp: *const ::timeval, tz: *const ::c_void) -> ::c_int;
pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int;
pub fn freeifaddrs(ifa: *mut ::ifaddrs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment