diff options
Diffstat (limited to 'lib/libc/stdio/putc.c')
-rw-r--r-- | lib/libc/stdio/putc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index 966bf95..d0882f0 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -42,6 +42,9 @@ __FBSDID("$FreeBSD$"); #include "local.h" #include "libc_private.h" +#undef putc +#undef putc_unlocked + int putc(c, fp) int c; |