opnsense-src/lib/libpthread/arch/i386
Daniel Eischen 28f318b941 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
..
i386 Eek, staticize a couple of functions that shouldn't 2003-05-19 23:04:50 +00:00
include Move the mailbox to the beginning of the thread and align the 2003-04-30 15:05:17 +00:00