Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
musl
/
754f66afb76f59bb4c43f303fb9406a3841a448f
/
.
/
src
/
network
/
h_errno.c
blob: 4f700ceaf1674d58ed57b1e1de94a3f6d88b4ce7 [
file
] [
log
] [
blame
]
#include
<netdb.h>
#undef
h_errno
int
h_errno
;
int
*
__h_errno_location
(
void
)
{
return
&
h_errno
;
}