summaryrefslogtreecommitdiff
path: root/sysdeps/generic/errno.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-11-15 03:36:52 +0000
committerRoland McGrath <roland@gnu.org>2002-11-15 03:36:52 +0000
commit3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9 (patch)
tree2861854e75cf17b05e8aed44864d101f96a71649 /sysdeps/generic/errno.c
parent42c6bd6199f549e61f38fe140945bf43d7a47f45 (diff)
2002-11-14 Roland McGrath <roland@redhat.com>
* 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.
Diffstat (limited to 'sysdeps/generic/errno.c')
-rw-r--r--sysdeps/generic/errno.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/generic/errno.c b/sysdeps/generic/errno.c
index 45c9639095..1c0561c2d7 100644
--- a/sysdeps/generic/errno.c
+++ b/sysdeps/generic/errno.c
@@ -32,9 +32,6 @@ extern __thread int __libc_errno __attribute__ ((alias ("errno")))
int errno __attribute__ ((section (".bss")));
strong_alias (errno, _errno)
-/* This alias is needed by libpthread. */
-strong_alias (errno, __libc_errno)
-
/* We declare these with compat_symbol so that they are not
visible at link time. Programs must use the accessor functions. */
# if defined HAVE_ELF && defined SHARED && defined DO_VERSIONING