summaryrefslogtreecommitdiff
path: root/src/network/h_errno.c
blob: 8677a92b75253333329f29b2ba40164c4b5d276a (plain) (blame)
1
2
3
4
5
6
7
#include <netdb.h>
#include "pthread_impl.h"

int *__h_errno_location(void)
{
	return &__pthread_self()->h_errno_val;
}