summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/_exit.c')
-rw-r--r--sysdeps/mach/hurd/_exit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/_exit.c b/sysdeps/mach/hurd/_exit.c
index 978b68f0ec..f057768c3c 100644
--- a/sysdeps/mach/hurd/_exit.c
+++ b/sysdeps/mach/hurd/_exit.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
@@ -46,8 +46,7 @@ _hurd_exit (int status)
}
void
-_exit (status)
- int status;
+_exit (int status)
{
_hurd_exit (W_EXITCODE (status, 0));
}