Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/libnosys/_exit.c')
-rw-r--r--libgloss/libnosys/_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/libnosys/_exit.c b/libgloss/libnosys/_exit.c
index 3fdf7f081..44d845b8c 100644
--- a/libgloss/libnosys/_exit.c
+++ b/libgloss/libnosys/_exit.c
@@ -5,7 +5,7 @@
#include <_ansi.h>
#include <_syslist.h>
-_VOID
+void
_DEFUN (_exit, (rc),
int rc)
{