diff options
Diffstat (limited to 'include/resolv.h')
| -rw-r--r-- | include/resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h index 3658930c8..7ab401394 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -398,7 +398,7 @@ extern __thread struct __res_state *__resp attribute_tls_model_ie; # endif # else # undef _res -extern struct __res_state _res; +# define _res (*__resp) # endif /* __UCLIBC_HAS_THREADS_NATIVE__ */ # endif /* __UCLIBC_HAS_THREADS__ */ # endif /* _LIBC */ |
