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

@ -1,7 +1,7 @@
#include <_ansi.h>
int _kill _PARAMS ((int, int));
void _exit _PARAMS ((int));
int _kill (int, int);
void _exit (int);
void
_exit (int status)