diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-16 21:08:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-16 21:08:20 +0000 |
commit | d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a (patch) | |
tree | 855ddb5a8298a4a76f1a6ce4b24e3ed03cac6fe1 | |
parent | e5ba41ce24110fa6d95bbde3a0f66ed2ed7a7806 (diff) | |
download | glibc-d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a.tar glibc-d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a.tar.gz glibc-d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a.tar.bz2 glibc-d3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a.zip |
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.c | 2 |
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) |