From 3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 15 Nov 2002 03:36:52 +0000 Subject: 2002-11-14 Roland McGrath * sysdeps/generic/errno.c (__libc_errno): Remove alias. * inet/herrno.c (__libc_h_errno): Likewise. * resolv/res_libc.c (__libc_res): Likewise. [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD]. (__res_state) [! USE___THREAD]: Don't define as weak. * csu/Versions: Revert last change. * resolv/Versions: Revert last change. --- resolv/Versions | 4 ---- 1 file changed, 4 deletions(-) (limited to 'resolv/Versions') diff --git a/resolv/Versions b/resolv/Versions index 238d579d8c..2449a41cea 100644 --- a/resolv/Versions +++ b/resolv/Versions @@ -35,10 +35,6 @@ libc { %if USE_TLS && HAVE___THREAD # This version is for the TLS symbol, GLIBC_2.0 is the old object symbol. h_errno; _res; -%else - # These internal aliases are solely to give libpthread access - # to the variables that are not directly user-visible. - __libc_h_errno; __libc_res; %endif } } -- cgit 1.4.1