Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
nix
/
src
/
errno_dragonfly.c
blob: 32fb4dab4d1374ccc4487263d2706431f5f833b0 [
file
] [
log
] [
blame
] [
edit
]
#include
<errno.h>
int
*
errno_location
()
{
return
&
errno
;
}