summaryrefslogtreecommitdiffstats
path: root/vendor/errno-dragonfly/src/lib.rs
blob: 4208344d37df0c9c6f0af3b7fad479bfcf3ec94d (plain)
1
2
3
4
5
6
#![no_std]

#[link(name = "errno", kind = "static")]
extern "C" {
    pub fn errno_location() -> *mut libc::c_int;
}