diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-05-25 10:42:52 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-05-25 10:42:52 +0000 |
| commit | e7e4715db22de68a703922a64c1a91d0f5e6c523 (patch) | |
| tree | 5b5f4c02fb71eb2f4f502e7d05139e9e475ceea5 /lib/libc/stdio/putwc.c | |
| parent | e0efc557e743a79bec43f17a42ab0b8ffc80db37 (diff) | |
Notes
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 e26102a663f2..8fe065bdfe32 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. |
