summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/stdfiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete wrong cvs $ tagsderaadt2016-09-011-2/+1
|
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-201-14/+14
| | | | | | | | | | idioms. Adopt the more concise fcntl(n, F_GETFL) over fcntl(n, F_GETFL, 0) where it is obvious further investigation will not yield and even better way. Obviousness evaluation and ok guenther@
* openbsd tagmarc2003-11-271-1/+2
|
* Add test to compare threaded vs non-threaded fd handling.marc2003-02-042-0/+162
Test not enabled (yet).