summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_pselect.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
| | | | | | | | | | | The new libpthread will provide POSIX threading support using KSE. These files were previously repo-copied from src/lib/libc_r. Reviewed by: deischen Approved by: -arch Notes: svn path=/head/; revision=103388
* Add a wrapper for pselect() in order to make it a cancellation point.Daniel Eischen2002-06-281-0/+54
Prompted by: wollman Notes: svn path=/head/; revision=98975