freebsd-skq/lib/libpthread
deischen b26e5b44e0 Eek, staticize a couple of functions that shouldn't
be external (initialize()!).

Remove cancellation points from _pthread_cond_wait and
_pthread_cond_timedwait (single underscore versions are
libc private functions).  Point the weak reference(!) for
these functions to the versions with cancellation points.

Approved by:	re@(blanket till 5/19)
Pointed out by:	kan (cancellation point bug)
2003-05-19 23:04:50 +00:00
..
arch Eek, staticize a couple of functions that shouldn't 2003-05-19 23:04:50 +00:00
man
sys Add a method of yielding the current thread with the scheduler 2003-05-16 19:58:30 +00:00
test
thread Eek, staticize a couple of functions that shouldn't 2003-05-19 23:04:50 +00:00
Makefile Remove the %gs restoring hack (already commented out). 2003-04-25 01:31:56 +00:00