summaryrefslogtreecommitdiff
path: root/libio/iofputs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofputs.c')
-rw-r--r--libio/iofputs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iofputs.c b/libio/iofputs.c
index 9ce3caa194..7c76ac6336 100644
--- a/libio/iofputs.c
+++ b/libio/iofputs.c
@@ -43,4 +43,6 @@ _IO_fputs (str, fp)
return result;
}
+#ifdef weak_alias
weak_alias (_IO_fputs, fputs)
+#endif