diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-28 07:43:44 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-28 07:43:44 +0000 |
| commit | 3619568a645e92383cd7dfb4a6bb334c24803733 (patch) | |
| tree | fec21277845a6002b681cb3657cfe09bf6cfe40c /lib/libc/stdio/putwc.c | |
| parent | ee38d590ffe9bd32453d8c00047989c1c9175afd (diff) | |
Notes
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 1607fd856564..e26102a663f2 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) { |
