summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/close
AgeCommit message (Collapse)Author
2012-02-26update error message. inetd has not been used since rev 1.3.Federico G. Schwindt
spotted by miod@
2011-10-01fix some checks.Federico G. Schwindt
2004-01-08Update regression test to match current library semantics. A selectMarco S Hyman
is supposed to fail with EBADF if another thread closes the fd/socket that is being selected.
2003-07-31various cleanups; david says results are sameTheo de Raadt
2002-02-15fork and start up a listener to discard bytes instead ofMarco S Hyman
relying on the discard service being enabled. Listener listens on localhost, only
2002-01-03convert everything to bsd.regress.mkArtur Grabowski
2001-09-20per man page and gcc 3.0.1, exit requires prototype from stdlib.hTodd T. Fries
2001-08-15Regression tests for libc_r (pthreads) library.Federico G. Schwindt
Thanks to pval@ for resolving the license stuff.