CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2010/07/11 21:52:52
Modified files: lib/libpthread/uthread: uthread_fork.c Log message: After forking, clear the 'thread joining this one' pointer in the child, as the child only has the one thread remaining. ok marc@