diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-05-05 16:03:52 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-05-05 16:03:52 +0000 |
| commit | 19e03ca8038019fe0fe7f511b91b758b95b78664 (patch) | |
| tree | a73bfd427911aab01a6af417c89c61e722b6ea11 /lib/libc/stdio/putchar.c | |
| parent | 97752dfdc7640e2f0cde3665826675accade4221 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/putchar.c')
| -rw-r--r-- | lib/libc/stdio/putchar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index bb1e3f4976c0..d263970edff0 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -42,6 +42,9 @@ __FBSDID("$FreeBSD$"); #include "local.h" #include "libc_private.h" +#undef putchar +#undef putchar_unlocked + /* * A subroutine version of the macro putchar */ |
