Sign in
mojo
/
mojo-tools
/
862d13b6f591fb83034e80ed5a8c59fb9d0b7b56
/
.
/
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
;
}