summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio_threading/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-0/+1
| | | | | | the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org)
* Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)guenther2014-07-201-0/+1
|
* Use errc/warnc to simplify code.guenther2014-05-201-7/+7
| | | | | | Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@
* * add #includes to pull in missing prototypes, as pointed out by gcc4naddy2010-05-081-0/+1
| | | | | | * fix CFLAGS syntax for make depend ok blambert@
* Add regression tests for stdio threading. Originally by blambert withguenther2009-11-191-0/+80
some further hacking by me