Date: Mon, 5 Mar 2007 17:47:28 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_kern.c Message-ID: <200703051747.l25HlSR7002970@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2007-03-05 17:47:28 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: In the NOTYET code path when a process forks, the remaining child thread goes back to system scope rather than process scope. This allows an ensuing exec() to actually work. This change was made a year ago here, but I "forgot" to commit it :( Approved by: deischen MFC after: 3 weeks Revision Changes Path 1.123 +4 -7 src/lib/libpthread/thread/thr_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703051747.l25HlSR7002970>