summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_pselect.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
* At initialization, override the pthread stub routines in libcDaniel Eischen2002-11-131-1/+3
| | | | | | | | | | | | by filling in the jump table. Convert uses of pthread routines within libc_r to use the internal versions (_pthread_foo instead of pthread_foo). Remove a couple of globals from application namespace. Notes: svn path=/head/; revision=106867
* 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