From owner-cvs-all Wed Nov 1 12:19:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2C9137B4CF; Wed, 1 Nov 2000 12:19:08 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94717; Wed, 1 Nov 2000 12:19:08 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <200011012019.MAA94717@freefall.freebsd.org> From: John Polstra Date: Wed, 1 Nov 2000 12:19:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/11/01 12:19:08 PST Modified files: lib/libc_r/uthread uthread_mutex.c Log: 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. Revision Changes Path 1.25 +4 -1 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message