diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/Versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csu/Versions b/csu/Versions index bd82a96149..a1321a9df8 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 } } |