From: GNU Libc Maintainers Date: Sat, 16 Dec 2017 14:37:43 +0000 (+0000) Subject: git-any-ld.so-newline X-Git-Tag: archive/raspbian/2.25-5+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2e9fefdc8040c1de9bbc36ceb6410aab3fb5d083;p=glibc.git 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 --- diff --git a/elf/rtld.c b/elf/rtld.c index ea1d128a9..4dec5dff2 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -727,7 +727,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. */