about summary refs log tree commit diff
path: root/stdio/getc.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/getc.c')
-rw-r--r--stdio/getc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio/getc.c b/stdio/getc.c
index 0d34a1cc6c..eee136a902 100644
--- a/stdio/getc.c
+++ b/stdio/getc.c
@@ -2,3 +2,5 @@
 #undef	getc
 #define	fgetc	getc
 #include <fgetc.c>
+
+weak_alias (getc, getc_unlocked)