diff options
Diffstat (limited to 'lib/libc/stdio/getchar.c')
-rw-r--r-- | lib/libc/stdio/getchar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index 2ac13f5..90c84ab 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -45,6 +45,9 @@ __FBSDID("$FreeBSD$"); #include "local.h" #include "libc_private.h" +#undef getchar +#undef getchar_unlocked + int getchar() { |