ansification: remove _PARAMS

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-12-03 20:41:16 -06:00
parent e13e191b60
commit eea249da3b
41 changed files with 444 additions and 450 deletions

View File

@@ -26,7 +26,7 @@
#include <_ansi.h>
#include "svc.h"
void _exit _PARAMS ((int));
void _exit (int);
__attribute__ ((noreturn)) void
_exit (int status)