diff options
Diffstat (limited to 'lib/libc/stdio/getwchar.c')
-rw-r--r-- | lib/libc/stdio/getwchar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c index 491ff9b..79dd7bc 100644 --- a/lib/libc/stdio/getwchar.c +++ b/lib/libc/stdio/getwchar.c @@ -34,6 +34,8 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" #include "local.h" +#undef getwchar + /* * Synonym for fgetwc(stdin). */ |