summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-1/+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().
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+84
OpenPOWER on IntegriCloud