davidxu 2010-08-24 09:57:06 UTC
FreeBSD src repository
Modified files:
lib/libthr pthread.map
lib/libthr/thread thr_private.h thr_sig.c
Log:
SVN rev 211737 on 2010-08-24 09:57:06Z by davidxu
Add wrapper for setcontext() and swapcontext(), the wrappers
unblock SIGCANCEL which is needed by thread cancellation.
Revision Changes Path
1.35 +4 -0 src/lib/libthr/pthread.map
1.100 +6 -0 src/lib/libthr/thread/thr_private.h
1.33 +45 -14 src/lib/libthr/thread/thr_sig.c