mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
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:
parent
e5ba41ce24
commit
d3b7d2ac93
@ -78,3 +78,5 @@ _IO_setvbuf (fp, buf, mode, size)
|
||||
}
|
||||
return _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
|
||||
}
|
||||
|
||||
weak_alias (_IO_setvbuf, setvbuf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user