summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/refill.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-071-1/+2
|
* Fix RCS idstholo1996-08-191-6/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* ((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)deraadt1996-08-131-1/+1
| | | | | | becomes ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) my guess at what proven@cygnus.com found
* initial import of NetBSD treederaadt1995-10-181-0/+133