From d878a4042ee00c110e698fce1c1d59253fc0387b Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 5 May 2008 16:03:52 +0000 Subject: Expose FILE's internals to the world again in all their glory. Restore all the previous inline optimizations as well. FILE is back to using __mbstate_t, struct pthread *, and struct pthread_mutex *. --- lib/libc/stdio/putchar.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc/stdio/putchar.c') diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index bb1e3f4..d263970 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 */ -- cgit v1.1