summaryrefslogtreecommitdiff
path: root/src/network/h_errno.c
blob: 5560234c9953358ea8755f44ae3b8a90ee7552cf (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <netdb.h>

#undef h_errno;
int h_errno;

int *__h_errno_location(void)
{
	return &h_errno;
}