summaryrefslogtreecommitdiffstats
path: root/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'strerror.c')
-rw-r--r--strerror.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/strerror.c b/strerror.c
index d42940c..a0185a6 100644
--- a/strerror.c
+++ b/strerror.c
@@ -15,8 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-char *strerror(errnum)
-int errnum;
+char *strerror(int errnum)
{
extern char *sys_errlist[];
extern int sys_nerr;