From 98bcdb204836348a14f63e77bae9e5dbb27c7aca Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 Subject: [PATCH] git-any-ld.so-newline 2017-12-10 Aurelien Jarno [BZ #22577] * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call. Gbp-Pq: Topic any Gbp-Pq: Name git-any-ld.so-newline.diff --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/rtld.c b/elf/rtld.c index 1101353e3..c1e331ce4 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -729,7 +729,7 @@ init_tls (void) void *tcbp = _dl_allocate_tls_storage (); if (tcbp == NULL) _dl_fatal_printf ("\ -cannot allocate TLS data structures for initial thread"); +cannot allocate TLS data structures for initial thread\n"); /* Store for detection of the special case by __tls_get_addr so it knows not to pass this dtv to the normal realloc. */ -- 2.30.2