Date: Tue, 8 Jul 2003 02:58:23 -0700 (PDT) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_kern.c thr_private.h Message-ID: <200307080958.h689wNX2080819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307080958.h689wNX2080819>