summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/setvbuf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* garbage collect .Tnschwarze2014-11-261-8/+4
|
* zap trailing whitespace;jmc2014-11-251-2/+2
|
* C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsmillert2014-11-251-5/+17
| | | | | that it returns an error for invalid mode which matches our behavior. OK jmc@ deraadt@
* Move guts of setbuf.3 into setvbuf.3 to make it clear which onemillert2014-11-251-0/+151
should be used in new code.