Sign in
mojo
/
mojo-tools
/
d588c9404406f04632eabb4c15e650aa26d050aa
/
.
/
fusl
/
src
/
network
/
h_errno.c
blob: 7741a532e86cd6fd74eefdcf96244dac50b5f285 [
file
]
#include
<netdb.h>
#undef
h_errno
int
h_errno
;
int
*
__h_errno_location
(
void
)
{
return
&
h_errno
;
}