about summary refs log tree commit diff
path: root/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'stdio')
-rw-r--r--stdio/putc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio/putc.c b/stdio/putc.c
index f92ef303b8..f35f9775bf 100644
--- a/stdio/putc.c
+++ b/stdio/putc.c
@@ -3,3 +3,4 @@
 #define	fputc	putc
 #define fputc_unlocked	putc_unlocked
 #include <fputc.c>
+weak_alias (putc, putc_unlocked)