Skip to content

Commit 38a801f

Browse files
tgross35AkhilTThomas
authored andcommitted
Merge pull request rust-lang#3969 from tgross35/backport-corn
[0.2] Backports
2 parents f908b78 + 6c50d74 commit 38a801f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6240,6 +6240,8 @@ extern "C" {
62406240

62416241
pub fn mach_error_string(error_value: crate::mach_error_t) -> *mut c_char;
62426242

6243+
pub fn mach_error_string(error_value: ::mach_error_t) -> *mut ::c_char;
6244+
62436245
// Added in macOS 10.13
62446246
// ISO/IEC 9899:2011 ("ISO C11") K.3.7.4.1
62456247
pub fn memset_s(s: *mut c_void, smax: size_t, c: c_int, n: size_t) -> c_int;

0 commit comments

Comments
 (0)