mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03: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:
@ -78,3 +78,5 @@ _IO_setvbuf (fp, buf, mode, size)
|
|||||||
}
|
}
|
||||||
return _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
|
return _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
weak_alias (_IO_setvbuf, setvbuf)
|
||||||
|
Reference in New Issue
Block a user