diff options
Diffstat (limited to 'libio/ioputs.c')
-rw-r--r-- | libio/ioputs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libio/ioputs.c b/libio/ioputs.c index c35ceb8015..fcc296a45c 100644 --- a/libio/ioputs.c +++ b/libio/ioputs.c @@ -41,4 +41,7 @@ _IO_puts (str) _IO_cleanup_region_end (1); return result; } + +#ifdef weak_alias weak_alias (_IO_puts, puts) +#endif |