]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/dl-open.c
* sysdeps/posix/system.c (do_system): New function, guts broken out of
[thirdparty/glibc.git] / elf / dl-open.c
index 86056870794d2c2fd010e1d31a4703ceedfb1956..5540055168bfc280a9dbc400a84183a4334fc134 100644 (file)
@@ -433,7 +433,7 @@ dl_open_worker (void *a)
   /* Bump the generation number if necessary.  */
   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
 
   /* Run the initializer functions of new objects.  */