From: Roland McGrath Date: Sat, 16 Mar 1996 21:08:20 +0000 (+0000) Subject: Fri Mar 15 01:18:00 1996 Andreas Schwab X-Git-Tag: cvs/libc-960317~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a;p=thirdparty%2Fglibc.git Fri Mar 15 01:18:00 1996 Andreas Schwab * libio/iosetvbuf.c: Add weak alias setvbuf. --- diff --git a/libio/iosetvbuf.c b/libio/iosetvbuf.c index 316179e3300..396ef2fb147 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)