Remove names from some prototypes

This commit is contained in:
Craig Rodrigues 2015-09-20 20:27:57 +00:00
parent 7dcedc7a74
commit 4178e4b070

View File

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