summaryrefslogtreecommitdiffstats
path: root/libgloss
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 21:12:33 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:20 -0600
commit67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110 (patch)
treed2e79b5cfa668067440dab055e0e2b6984687628 /libgloss
parentfff27f84298c8ae64879e143b068c3b2e6a11ba4 (diff)
downloadcygnal-67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110.tar.gz
cygnal-67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110.tar.bz2
cygnal-67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110.zip
ansification: remove _VOID
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/bfin/_exit.c2
-rw-r--r--libgloss/libnosys/_exit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/bfin/_exit.c b/libgloss/bfin/_exit.c
index d7fb9e033..e8186326a 100644
--- a/libgloss/bfin/_exit.c
+++ b/libgloss/bfin/_exit.c
@@ -16,7 +16,7 @@
#include <_ansi.h>
-_VOID
+void
_DEFUN (_exit, (rc),
int rc)
{
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)
{