summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* Add restrict type-qualifier.Mike Barcroft2002-10-121-2/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Internal seeks are overoptimized. They should remember fp->_offset only forAndrey A. Chernov2001-09-021-2/+0
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-1/+1
* Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftellAndrey A. Chernov2001-08-311-0/+2
* libc MT-safety, part 2.Daniel Eischen2001-02-111-1/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+6
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+84