Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
newlib
/
newlib
/
libc
/
sys
/
linux
/
net
/
herrno.c
blob: bb6d3f598fd02a60d5c3639db3ab42cf92ca04f9 [
file
] [
log
] [
blame
]
#include
<reent.h>
int
*
__h_errno_location
()
{
return
&(
_REENT
->
_new
.
_reent
.
_h_errno
);
}