summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio_threading/fgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-1/+2
| | | | | | the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org)
* Delete unused variables found by -Wallguenther2014-07-201-1/+0
|
* * add #includes to pull in missing prototypes, as pointed out by gcc4naddy2010-05-081-1/+1
| | | | | | * fix CFLAGS syntax for make depend ok blambert@
* Add regression tests for stdio threading. Originally by blambert withguenther2009-11-192-0/+75
some further hacking by me