]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
At the beginning of pthread_mutex_lock(), call _thread_init() if
authorjdp <jdp@FreeBSD.org>
Wed, 1 Nov 2000 20:19:07 +0000 (20:19 +0000)
committerjdp <jdp@FreeBSD.org>
Wed, 1 Nov 2000 20:19:07 +0000 (20:19 +0000)
commitc7a7ecd8c550ba975d68eaf9ad5d7e25434b8684
tree68a062e8b9cb8a69e9b64ff0473b30265af25106
parentc4a9f49ba81d429e0feff56ed0c369ee75bab7b1
At the beginning of pthread_mutex_lock(), call _thread_init() if
necessary.  This works around a bug in old versions of libgcc_r.a
which are statically linked into old executables.
lib/libc_r/uthread/uthread_mutex.c
lib/libkse/thread/thr_mutex.c
lib/libpthread/thread/thr_mutex.c