blob: 4208344d37df0c9c6f0af3b7fad479bfcf3ec94d [file] [log] [blame] [edit]
#![no_std]
#[link(name = "errno", kind = "static")]
extern "C" {
pub fn errno_location() -> *mut libc::c_int;
}