summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/putwchar.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-05-25 10:42:52 +0000
committertjr <tjr@FreeBSD.org>2004-05-25 10:42:52 +0000
commit32620504ab77b61e84a6dc917988e249f5a8553a (patch)
tree5b5f4c02fb71eb2f4f502e7d05139e9e475ceea5 /lib/libc/stdio/putwchar.c
parent5bfc126ed81efb2c1438e0f54ecf9287c2fe440d (diff)
downloadFreeBSD-src-32620504ab77b61e84a6dc917988e249f5a8553a.zip
FreeBSD-src-32620504ab77b61e84a6dc917988e249f5a8553a.tar.gz
Provide trivial macro implementations of getwc(), getwchar(), putwc() and
putwchar() to reduce function call overhead.
Diffstat (limited to 'lib/libc/stdio/putwchar.c')
-rw-r--r--lib/libc/stdio/putwchar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c
index 569ab92..5503071 100644
--- a/lib/libc/stdio/putwchar.c
+++ b/lib/libc/stdio/putwchar.c
@@ -34,6 +34,8 @@ __FBSDID("$FreeBSD$");
#include "libc_private.h"
#include "local.h"
+#undef putwchar
+
/*
* Synonym for fputwc(wc, stdout).
*/
OpenPOWER on IntegriCloud