Files
musl/src/network/h_errno.c

10 lines
101 B
C

#include <netdb.h>
#undef h_errno
int h_errno;
int *__h_errno_location(void)
{
return &h_errno;
}