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 4ae867c commit cf3720fCopy full SHA for cf3720f
src/unix/cygwin/mod.rs
@@ -2167,6 +2167,7 @@ extern "C" {
2167
) -> *mut c_void;
2168
2169
pub fn memrchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void;
2170
+ #[link_name = "__xpg_strerror_r"]
2171
pub fn strerror_r(errnum: c_int, buf: *mut c_char, buflen: size_t) -> c_int;
2172
pub fn strsep(string: *mut *mut c_char, delim: *const c_char) -> *mut c_char;
2173
0 commit comments