summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/putchar.c
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-03-17 01:43:08 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-03-17 01:43:08 +0000
commit567d74a5eced82896bce42c1181f3335f45cbcac (patch)
treea146c0d7f2efde65782926d4c69016d3b4715398 /lib/libc/stdio/putchar.c
parent25f740b790ffe968dd8eb2c8169035bcad5fa85e (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/putchar.c')
-rw-r--r--lib/libc/stdio/putchar.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c
index 5a775ece1c58..fe97d01c54cf 100644
--- a/lib/libc/stdio/putchar.c
+++ b/lib/libc/stdio/putchar.c
@@ -46,14 +46,8 @@ __FBSDID("$FreeBSD$");
#include "local.h"
#include "libc_private.h"
-/*
- * putchar has traditionally been a macro in <stdio.h>. That is no
- * longer true because POSIX requires it to be thread-safe. POSIX
- * does define putchar_unlocked() which is defined as a macro and is
- * probably what you want to use instead.
- *
- * #undef putchar
- */
+#undef putchar
+
/*
* A subroutine version of the macro putchar
*/