diff options
Diffstat (limited to 'lib/libc/stdio/putwchar.c')
-rw-r--r-- | lib/libc/stdio/putwchar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c index 569ab92..5503071 100644 --- a/lib/libc/stdio/putwchar.c +++ b/lib/libc/stdio/putwchar.c @@ -34,6 +34,8 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" #include "local.h" +#undef putwchar + /* * Synonym for fputwc(wc, stdout). */ |