diff options
Diffstat (limited to 'src/stdio/putc_unlocked.c')
-rw-r--r-- | src/stdio/putc_unlocked.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/putc_unlocked.c b/src/stdio/putc_unlocked.c index b47876c9..10071312 100644 --- a/src/stdio/putc_unlocked.c +++ b/src/stdio/putc_unlocked.c @@ -6,3 +6,4 @@ int (putc_unlocked)(int c, FILE *f) } weak_alias(putc_unlocked, fputc_unlocked); +weak_alias(putc_unlocked, _IO_putc_unlocked); |