summaryrefslogtreecommitdiff
path: root/string/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strerror.c')
-rw-r--r--string/strerror.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/string/strerror.c b/string/strerror.c
index 824d09f759..7319c56b2f 100644
--- a/string/strerror.c
+++ b/string/strerror.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -26,8 +26,7 @@
libc_freeres_ptr (static char *buf);
char *
-strerror (errnum)
- int errnum;
+strerror (int errnum)
{
char *ret = __strerror_r (errnum, NULL, 0);
int saved_errno;