summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-16 21:08:20 +0000
committerRoland McGrath <roland@gnu.org>1996-03-16 21:08:20 +0000
commitd3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a (patch)
tree855ddb5a8298a4a76f1a6ce4b24e3ed03cac6fe1
parente5ba41ce24110fa6d95bbde3a0f66ed2ed7a7806 (diff)
Fri Mar 15 01:18:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* libio/iosetvbuf.c: Add weak alias setvbuf.
-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)