Remove names from some prototypes

This commit is contained in:
Craig Rodrigues 2015-09-20 20:26:46 +00:00
parent f98e0c9dd8
commit 7dcedc7a74

View File

@ -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)