summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/fork/fork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused function and variable to shut up warning. Put backbluhm2017-07-291-11/+2
| | | | a status print that was lost in previous.
* repair regress for more aggressive post fork checking in library.tedu2017-07-291-18/+1
| | | | | we should not be checking that things explicitly forbidden work. prompted by bluhm
* various cleanups; david says results are samederaadt2003-07-311-4/+4
|
* comment out bogus portion of test until I figuremarc2002-12-081-1/+11
| | | | | a better way to test the condition it is trying to test. Solves malloc.conf -> J problem.
* 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/+126
Thanks to pval@ for resolving the license stuff.