diff options
Diffstat (limited to 'lib/libc/stdio/putwchar.c')
-rw-r--r-- | lib/libc/stdio/putwchar.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c index 35ae489..569ab92 100644 --- a/lib/libc/stdio/putwchar.c +++ b/lib/libc/stdio/putwchar.c @@ -35,10 +35,8 @@ __FBSDID("$FreeBSD$"); #include "local.h" /* - * Synonym for fputwc(wc, stdout). Function call overhead is not an issue here: - * wchar.h #define's putwchar(wc) to fgetwc(wc, stdout). + * Synonym for fputwc(wc, stdout). */ -#undef putwchar wint_t putwchar(wchar_t wc) { |