aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-close.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-close.c')
-rw-r--r--elf/dl-close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-close.c b/elf/dl-close.c
index 342a256cff..b7b267e2bf 100644
--- a/elf/dl-close.c
+++ b/elf/dl-close.c
@@ -354,7 +354,7 @@ _dl_close (void *_map)
counter. */
if (any_tls)
if (__builtin_expect (++GL(dl_tls_generation) == 0, 0))
- __libc_fatal (gettext ("TLS generation counter wrapped! Please send report with the 'glibcbug' script."));
+ __libc_fatal (_("TLS generation counter wrapped! Please send report with the 'glibcbug' script."));
#endif
/* Notify the debugger those objects are finalized and gone. */