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 f908b78 + 6c50d74 commit 38a801fCopy full SHA for 38a801f
src/unix/bsd/apple/mod.rs
@@ -6240,6 +6240,8 @@ extern "C" {
6240
6241
pub fn mach_error_string(error_value: crate::mach_error_t) -> *mut c_char;
6242
6243
+ pub fn mach_error_string(error_value: ::mach_error_t) -> *mut ::c_char;
6244
+
6245
// Added in macOS 10.13
6246
// ISO/IEC 9899:2011 ("ISO C11") K.3.7.4.1
6247
pub fn memset_s(s: *mut c_void, smax: size_t, c: c_int, n: size_t) -> c_int;
0 commit comments