Remove names from some prototypes
This commit is contained in:
parent
141020ed04
commit
a60b0abd9a
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user