diff options
Diffstat (limited to 'src/stdio/fputc.c')
-rw-r--r-- | src/stdio/fputc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c index 6a144a54..99532965 100644 --- a/src/stdio/fputc.c +++ b/src/stdio/fputc.c @@ -10,3 +10,4 @@ int fputc(int c, FILE *f) } weak_alias(fputc, putc); +weak_alias(fputc, _IO_putc); |