fix possible fd leak, unrestored cancellation state on dns socket fail
[musl.git] / src / network / h_errno.c
blob4f700ceaf1674d58ed57b1e1de94a3f6d88b4ce7
1 #include <netdb.h>
3 #undef h_errno
4 int h_errno;
6 int *__h_errno_location(void)
8 return &h_errno;