CVSROOT: /usr/cvs Changes by: hosking at birch. 09/09/29 02:04:48 Modified files: cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThread.m3 Log message: Clean up Fork code -- no need to signal parent once forked thread is up and running. Joining parent will wait properly on the thread's completion condition.