Date: Fri, 23 May 2003 03:28:13 -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_kern.c thr_private.h Message-ID: <200305231028.h4NASDYo039033@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/05/23 03:28:13 PDT
FreeBSD src repository
Modified files:
lib/libthr/thread thr_kern.c thr_private.h
Log:
EDOOFUS
Prevent one thread from messing up another thread's saved signal
mask by saving it in struct pthread instead of leaving it as a
global variable. D'oh!
Approved by: re/blanket libthr
Revision Changes Path
1.7 +2 -10 src/lib/libthr/thread/thr_kern.c
1.8 +1 -0 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305231028.h4NASDYo039033>
