Remove names from some prototypes
This commit is contained in:
parent
7dcedc7a74
commit
4178e4b070
@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "local.h"
|
||||
#include "xlocale_private.h"
|
||||
|
||||
wchar_t *fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale);
|
||||
wchar_t *fgetwln_l(FILE * __restrict, size_t *, locale_t);
|
||||
|
||||
wchar_t *
|
||||
fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale)
|
||||
|
Loading…
x
Reference in New Issue
Block a user