From a6e8926f8d49a213a9abb1a61f6af964f612ab7f Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 31 Aug 2018 18:04:32 -0700 Subject: [BZ #20271] Add newlines in __libc_fatal calls. --- include/stdio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index 49383fb..51ada4a 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -98,7 +98,8 @@ enum __libc_message_action do_backtrace = 1 << 1 /* Backtrace. */ }; -/* Print out MESSAGE on the error output and abort. */ +/* Print out MESSAGE (which should end with a newline) on the error output + and abort. */ extern void __libc_fatal (const char *__message) __attribute__ ((__noreturn__)); extern void __libc_message (enum __libc_message_action action, -- cgit v1.1