summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/select/select.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prefer <fcntl.h> over <sys/fcntl.h> in userlandguenther2018-04-261-6/+6
| | | | | | While here, delete some extra #includes and apply style(9) sort rules. ok deraadt@ krw@ mpi@
* various cleanups; david says results are samederaadt2003-07-311-10/+6
|
* per man page and gcc 3.0.1, exit requires prototype from stdlib.htodd2001-09-201-1/+2
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-151-0/+152
Thanks to pval@ for resolving the license stuff.