diff options
Diffstat (limited to 'lib/libc/stdio/putwc.c')
-rw-r--r-- | lib/libc/stdio/putwc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index 1607fd8..e26102a 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -36,10 +36,8 @@ __FBSDID("$FreeBSD$"); /* * Synonym for fputwc(). The only difference is that putwc(), if it is a - * macro, may evaluate `fp' more than once. Function call overhead is not - * an issue here: wchar.h #define's putwc to fputwc. + * macro, may evaluate `fp' more than once. */ -#undef putwc wint_t putwc(wchar_t wc, FILE *fp) { |