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

@@ -44,7 +44,7 @@ extern "C"
{
#endif
extern int flock _PARAMS ((int, int));
extern int flock (int, int);
#ifdef __cplusplus
}