00db10
Introduce prototype-style definition for __libc_fatal.  Upstream, this
00db10
was done as part of:
00db10
00db10
commit a600e5cef53e10147932d910cdb2fdfc62afae4e
00db10
Author: Roland McGrath <roland@hack.frob.com>
00db10
Date:   Tue Mar 19 17:07:15 2013 -0700
00db10
00db10
    Consolidate Linux and POSIX libc_fatal code.
00db10
00db10
diff --git a/sysdeps/unix/sysv/linux/libc_fatal.c b/sysdeps/unix/sysv/linux/libc_fatal.c
00db10
index 6cc96d76e98fe191..90dd6265152824e5 100644
00db10
--- a/sysdeps/unix/sysv/linux/libc_fatal.c
00db10
+++ b/sysdeps/unix/sysv/linux/libc_fatal.c
00db10
@@ -199,8 +199,7 @@ __libc_message (int do_abort, const char *fmt, ...)
00db10
 
00db10
 
00db10
 void
00db10
-__libc_fatal (message)
00db10
-     const char *message;
00db10
+__libc_fatal (const char *message)
00db10
 {
00db10
   /* The loop is added only to keep gcc happy.  */
00db10
   while (1)