summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/freopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+3
| | | | | | points. For library functions, the pattern is __sleep() <-- _libc_sleep() <-- sleep(). The arrows represent weak aliases. For system calls, the pattern is _read() <-- _libc_read() <-- read().
* Add (FILE *) locking.dt1999-11-201-0/+9
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+155
OpenPOWER on IntegriCloud