URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [linux/] [uClibc/] [libc/] [misc/] [internals/] [__h_errno_location.c] - Rev 1782
Compare with Previous | Blame | View Log
#define __FORCE_GLIBC #include <features.h> #include <netdb.h> #undef h_errno int * weak_const_function __h_errno_location (void) { return &h_errno; }