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 7b96aed + ce9812d commit 153abf1Copy full SHA for 153abf1
libc-test/semver/unix.txt
@@ -594,6 +594,7 @@ gmtime_r
594
grantpt
595
group
596
hostent
597
+hstrerror
598
if_indextoname
599
if_nametoindex
600
in6_addr
src/unix/mod.rs
@@ -1171,6 +1171,7 @@ extern "C" {
1171
)))]
1172
#[cfg_attr(target_os = "espidf", link_name = "lwip_freeaddrinfo")]
1173
pub fn freeaddrinfo(res: *mut addrinfo);
1174
+ pub fn hstrerror(errcode: ::c_int) -> *const ::c_char;
1175
pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char;
1176
#[cfg_attr(
1177
any(
0 commit comments