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