summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libio/iosetvbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/iosetvbuf.c b/libio/iosetvbuf.c
index 316179e330..396ef2fb14 100644
--- a/libio/iosetvbuf.c
+++ b/libio/iosetvbuf.c
@@ -78,3 +78,5 @@ _IO_setvbuf (fp, buf, mode, size)
}
return _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
}
+
+weak_alias (_IO_setvbuf, setvbuf)