From d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sat, 16 Mar 1996 21:08:20 +0000
Subject: [PATCH] Fri Mar 15 01:18:00 1996  Andreas Schwab 
 <schwab@issan.informatik.uni-dortmund.de>

	* libio/iosetvbuf.c: Add weak alias setvbuf.
---
 libio/iosetvbuf.c | 2 ++
 1 file changed, 2 insertions(+)

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)