Module Name: src Committed By: joerg Date: Wed Dec 25 00:44:45 UTC 2019
Modified Files: src/lib/libpthread: pthread_tsd.c Log Message: Since pthread_setspecific requires locks, ensure that they are acquired before fork and dropped in both parent and child. At least Python depends on TSD after fork, even though it is undefined behavior in POSIX. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libpthread/pthread_tsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.