diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-15 03:36:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-15 03:36:52 +0000 |
commit | 3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9 (patch) | |
tree | 2861854e75cf17b05e8aed44864d101f96a71649 /csu/Versions | |
parent | 42c6bd6199f549e61f38fe140945bf43d7a47f45 (diff) | |
download | glibc-3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9.zip glibc-3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9.tar.gz glibc-3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9.tar.bz2 |
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 'csu/Versions')
-rw-r--r-- | csu/Versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csu/Versions b/csu/Versions index bd82a96..a1321a9 100644 --- a/csu/Versions +++ b/csu/Versions @@ -21,10 +21,6 @@ libc { %if USE_TLS && HAVE___THREAD # This version is for the TLS symbol, GLIBC_2.0 is the old object symbol. errno; -%else - # This internal alias is solely to give libpthread access - # to the variable that is not directly user-visible at link time. - __libc_errno; %endif } } |