Module Name: src Committed By: joerg Date: Tue Apr 14 23:35:07 UTC 2020
Modified Files: src/lib/libpthread: pthread.c pthread_cond.c Log Message: Drop most of the logic associated with pthread__started. The pthread_cond logic is a questionable optimisation at best and the post-fork logic is plainly broken. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/lib/libpthread/pthread.c cvs rdiff -u -r1.67 -r1.68 src/lib/libpthread/pthread_cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.