diff options
Diffstat (limited to 'csu/version.c')
-rw-r--r-- | csu/version.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/csu/version.c b/csu/version.c index 2196d20432..1b98c4a7e9 100644 --- a/csu/version.c +++ b/csu/version.c @@ -34,9 +34,6 @@ Compiled by GNU CC version "__VERSION__".\n" #ifdef GLIBC_OLDEST_ABI "The oldest ABI supported: " GLIBC_OLDEST_ABI ".\n" #endif -#ifdef USE_TLS -"Thread-local storage support included.\n" -#endif "For bug reporting instructions, please see:\n\ <http://www.gnu.org/software/libc/bugs.html>.\n"; |