mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error message.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user