cvs commit: src/lib/libthr/thread thr_init.c thr_kern.c
thr_private.h
John Polstra
jdp at FreeBSD.org
Sun Jun 29 08:55:47 PDT 2003
jdp 2003/06/29 08:55:44 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_init.c thr_kern.c thr_private.h
Log:
Make _thread_suspend work with both the old broken sigtimedwait
implementation and the new improved one. We now precompute the
signal set passed to sigtimedwait, using an inverted set when
necessary for compatibility with older kernels.
Revision Changes Path
1.9 +26 -0 src/lib/libthr/thread/thr_init.c
1.9 +2 -11 src/lib/libthr/thread/thr_kern.c
1.17 +3 -0 src/lib/libthr/thread/thr_private.h
More information about the cvs-src
mailing list