1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
	message.
This commit is contained in:
Ulrich Drepper
2002-08-08 06:38:19 +00:00
parent f70b0ea2c7
commit 9b1b33cea3
6 changed files with 36 additions and 9 deletions

View File

@@ -957,7 +957,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp,
#else
/* Uh-oh, the binary expects TLS support but we cannot
provide it. */
_dl_fatal_printf ("cannot handle file '%s' with TLS data", name);
_dl_fatal_printf ("cannot handle file '%s' with TLS data\n", name);
#endif
break;
}