diff options
author | jhb <jhb@FreeBSD.org> | 2008-05-05 16:03:52 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-05-05 16:03:52 +0000 |
commit | d878a4042ee00c110e698fce1c1d59253fc0387b (patch) | |
tree | a73bfd427911aab01a6af417c89c61e722b6ea11 /lib/libc/stdio/xprintf.c | |
parent | fee9ed5a9384640311f25ec9413a2367fa106e1b (diff) | |
download | FreeBSD-src-d878a4042ee00c110e698fce1c1d59253fc0387b.zip FreeBSD-src-d878a4042ee00c110e698fce1c1d59253fc0387b.tar.gz |
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 *.
Diffstat (limited to 'lib/libc/stdio/xprintf.c')
-rw-r--r-- | lib/libc/stdio/xprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/xprintf.c b/lib/libc/stdio/xprintf.c index 533471c..bb41a9c 100644 --- a/lib/libc/stdio/xprintf.c +++ b/lib/libc/stdio/xprintf.c @@ -47,7 +47,6 @@ #include <string.h> #include <wchar.h> #include "un-namespace.h" -#include "local.h" #include "printf.h" #include "fvwrite.h" |