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