summaryrefslogtreecommitdiff
path: root/libio/iofwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofwrite.c')
-rw-r--r--libio/iofwrite.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iofwrite.c b/libio/iofwrite.c
index 542fa77f2e..3f098e078e 100644
--- a/libio/iofwrite.c
+++ b/libio/iofwrite.c
@@ -48,4 +48,6 @@ _IO_fwrite (buf, size, count, fp)
return written/size;
}
+#ifdef weak_alias
weak_alias (_IO_fwrite, fwrite)
+#endif