summaryrefslogtreecommitdiff
path: root/libio/libc_fatal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/libc_fatal.c')
-rw-r--r--libio/libc_fatal.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/libc_fatal.c b/libio/libc_fatal.c
index 096cd28500..bb0b5bb85e 100644
--- a/libio/libc_fatal.c
+++ b/libio/libc_fatal.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -19,8 +19,7 @@
/* Abort with an error message. */
void
-__libc_fatal (message)
- const char *message;
+__libc_fatal (const char *message)
{
/* This function should write MESSAGE out in the most reliable way.
It is called in situations like internal stdio lossage. */