OSDN Git Service

Last relocs jump and global data, (even locales) that I could remove are gone from...
[uclinux-h8/uClibc.git] / libc / misc / internals / __h_errno_location.c
1 #define __FORCE_GLIBC
2 #include <features.h>
3 #include <netdb.h>
4 #undef h_errno
5
6 libc_hidden_proto(h_errno)
7
8 libc_hidden_proto(__h_errno_location)
9 int * weak_const_function __h_errno_location (void)
10 {
11     return &h_errno;
12 }
13 libc_hidden_def(__h_errno_location)