cvs commit: src/lib/libthr/thread thr_init.c thr_kern.c
thr_private.h
Mike Makonnen
mtm at FreeBSD.org
Tue Jul 8 02:58:24 PDT 2003
mtm 2003/07/08 02:58:23 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_init.c thr_kern.c thr_private.h
Log:
When _PTHREADSINVARIANTS is defined SIGABRT is not included
in the set of signals to block.
Also, make the PANIC macro call abort() instead of simply
exiting.
Revision Changes Path
1.10 +3 -0 src/lib/libthr/thread/thr_init.c
1.13 +3 -0 src/lib/libthr/thread/thr_kern.c
1.22 +13 -2 src/lib/libthr/thread/thr_private.h
More information about the cvs-src
mailing list