Remove names from some prototypes

This commit is contained in:
rodrigc 2015-09-20 20:27:57 +00:00
parent 141020ed04
commit a60b0abd9a

View File

@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include "local.h" #include "local.h"
#include "xlocale_private.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 * wchar_t *
fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale) fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale)