diff options
Diffstat (limited to 'stdio/putc.c')
-rw-r--r-- | stdio/putc.c | 1 |
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) |