cvs commit: src/lib/libpthread/thread thr_kern.c
Brian Somers
brian at FreeBSD.org
Mon Mar 5 17:47:28 UTC 2007
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
More information about the cvs-src
mailing list