about summary refs log tree commit diff
path: root/src/stdio/__fdopen.c
Commit message (Collapse)AuthorAgeFilesLines
* avoid setting errno when checking for ttyRich Felker2011-04-151-1/+1
| | | | | | | setting errno here is completely valid, but some programs, notably busybox printf, assume that errno will not be set during output and treat this as an error condition. in any case, skipping it slightly reduces code size and saves time.
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-3/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+52