]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/misc/internals/internal_errno.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / misc / internals / internal_errno.h
1 /*
2  *
3  */
4
5 #include <features.h>
6 #include <errno.h>
7 #include <netdb.h>
8
9 #ifndef __UCLIBC_HAS_TLS__
10
11 #undef errno
12 #undef h_errno
13
14 extern int h_errno;
15 extern int errno;
16
17 #ifdef __UCLIBC_HAS_THREADS__
18 libc_hidden_proto(h_errno)
19 libc_hidden_proto(errno)
20 #endif
21 #endif