summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fdopen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless call to getdtablesize(2) in fdopen(3) and its uselessantoine2008-05-101-4/+0
* Add <limits.h> for SHRT_MAX.jhb2008-02-271-0/+1
* File descriptors are an int, but our stdio FILE object uses a short to holdjhb2008-02-271-0/+12
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove 'register' keyword.obrien2002-03-211-1/+1
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-021-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-1/+3
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+89
OpenPOWER on IntegriCloud