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 288ed55 + ae294f9 commit 703a5e7Copy full SHA for 703a5e7
src/unix/mod.rs
@@ -694,6 +694,7 @@ extern {
694
res: *mut *mut addrinfo) -> ::c_int;
695
pub fn freeaddrinfo(res: *mut addrinfo);
696
pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
697
+ pub fn res_init() -> ::c_int;
698
699
#[cfg_attr(target_os = "netbsd", link_name = "__gmtime_r50")]
700
pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm;
0 commit comments