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(_ftrylockfile, ftrylockfile);
|
||||||
__weak_reference(_funlockfile, funlockfile);
|
__weak_reference(_funlockfile, funlockfile);
|
||||||
|
|
||||||
void _flockfile_debug_stub(FILE *fp, char *fname, int lineno);
|
void _flockfile_debug_stub(FILE *, char *, int);
|
||||||
int _ftrylockfile(FILE *fp);
|
int _ftrylockfile(FILE *);
|
||||||
|
|
||||||
void
|
void
|
||||||
_flockfile(FILE *fp)
|
_flockfile(FILE *fp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user