Fri Mar 15 01:18:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* libio/iosetvbuf.c: Add weak alias setvbuf.
This commit is contained in:
Roland McGrath 1996-03-16 21:08:20 +00:00
parent e5ba41ce24
commit d3b7d2ac93

View file

@ -78,3 +78,5 @@ _IO_setvbuf (fp, buf, mode, size)
}
return _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
}
weak_alias (_IO_setvbuf, setvbuf)