Module Name: src Committed By: kamil Date: Wed Feb 5 11:05:10 UTC 2020
Modified Files: src/lib/libpthread: pthread_int.h pthread_rwlock.c pthread_spin.c Log Message: Retire ifdef ERRORCHECK in pthread(3) It is enabled unconditionally since 2003 and used only for rwlocks and spinlocks. LLVM sanitizers make assumptions that these checks are enabled always. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/lib/libpthread/pthread_int.h cvs rdiff -u -r1.38 -r1.39 src/lib/libpthread/pthread_rwlock.c cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_spin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.