summaryrefslogtreecommitdiff
path: root/libc/misc/internals/internal_errno.h
blob: a93d0bf02601877c8015abc6b45144536d47b936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *
 */

#include <features.h>
#include <errno.h>
#include <netdb.h>

#undef errno
#undef h_errno

extern int h_errno;
extern int errno;

#ifdef __UCLIBC_HAS_THREADS__
libc_hidden_proto(h_errno)
libc_hidden_proto(errno)
#endif