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 16e7bbf commit cfbddb4Copy full SHA for cfbddb4
src/errno.rs
@@ -25,7 +25,6 @@ cfg_if! {
25
unsafe { libc::__error() }
26
}
27
} else if #[cfg(any(target_os = "android", netbsdlike, target_os = "cygwin"))] {
28
- #[cfg_attr(target_os = "cygwin", no_mangle)]
29
unsafe fn errno_location() -> *mut c_int {
30
unsafe { libc::__errno() }
31
0 commit comments