errno_dragonfly/
lib.rs

1#![no_std]
2
3#[link(name = "errno", kind = "static")]
4extern "C" {
5    pub fn errno_location() -> *mut libc::c_int;
6}