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