Sign in
android
/
toolchain
/
cargo-deny
/
8cc2f0e3b06f4a40eef9fb4e0c470518f188b98f
/
.
/
android
/
vendor
/
errno-dragonfly-0.1.2
/
src
/
lib.rs
blob: 4208344d37df0c9c6f0af3b7fad479bfcf3ec94d [
file
] [
log
] [
blame
]
#![
no_std
]
#[
link
(
name
=
"errno"
,
kind
=
"static"
)]
extern
"C"
{
pub
fn
errno_location
()
->
*
mut
libc
::
c_int
;
}