aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_pselect.c
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-60/+0
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-131-0/+3
* Rename _thr_enter_cancellation_point to _thr_cancel_enter, renameDavid Xu2003-12-091-2/+2
* Eek, staticize a couple of functions that shouldn'tDaniel Eischen2003-05-191-1/+3
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-2/+3
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Add a wrapper for pselect() in order to make it a cancellation point.Daniel Eischen2002-06-281-0/+54