diff options
Diffstat (limited to 'lib/libc/stdio/putwc.c')
-rw-r--r-- | lib/libc/stdio/putwc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index e26102a..8fe065b 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -34,6 +34,8 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" #include "local.h" +#undef putwc + /* * Synonym for fputwc(). The only difference is that putwc(), if it is a * macro, may evaluate `fp' more than once. |