Remove names from some prototypes
This commit is contained in:
parent
f98e0c9dd8
commit
7dcedc7a74
@ -55,8 +55,8 @@ __weak_reference(_flockfile_debug_stub, _flockfile_debug);
|
||||
__weak_reference(_ftrylockfile, ftrylockfile);
|
||||
__weak_reference(_funlockfile, funlockfile);
|
||||
|
||||
void _flockfile_debug_stub(FILE *fp, char *fname, int lineno);
|
||||
int _ftrylockfile(FILE *fp);
|
||||
void _flockfile_debug_stub(FILE *, char *, int);
|
||||
int _ftrylockfile(FILE *);
|
||||
|
||||
void
|
||||
_flockfile(FILE *fp)
|
||||
|
Loading…
Reference in New Issue
Block a user