summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-09-20 20:27:57 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-09-20 20:27:57 +0000
commita60b0abd9a35fd6c384506295aa6e5d23775994f (patch)
tree655e855dd32b8802daa2f84baa9862b6ea78c3da /lib/libc/stdio
parent141020ed049536fdfe0b91470c9ac9216edff14d (diff)
downloadFreeBSD-src-a60b0abd9a35fd6c384506295aa6e5d23775994f.zip
FreeBSD-src-a60b0abd9a35fd6c384506295aa6e5d23775994f.tar.gz
Remove names from some prototypes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fgetwln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetwln.c b/lib/libc/stdio/fgetwln.c
index daef9b3..8439496 100644
--- a/lib/libc/stdio/fgetwln.c
+++ b/lib/libc/stdio/fgetwln.c
@@ -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)
OpenPOWER on IntegriCloud