Sign in
android
/
toolchain
/
cargo-vet
/
HEAD
/
.
/
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
;
}