diff options
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h index 69812986c..3023ba04f 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -55,10 +55,9 @@ __BEGIN_DECLS /* Error status for non-reentrant lookup functions. We use a macro to access always the thread-specific `h_errno' variable. */ +extern int h_errno; #if defined(__UCLIBC_HAS_THREADS__) # define h_errno (*__h_errno_location ()) -#else -extern int h_errno; #endif /* Function to get address of global `h_errno' variable. */ |