From owner-cvs-all Wed Nov 1 12:32:40 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 CDD2A37B4D7; Wed, 1 Nov 2000 12:32:37 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00206; Wed, 1 Nov 2000 12:32:37 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <200011012032.MAA00206@freefall.freebsd.org> From: John Polstra Date: Wed, 1 Nov 2000 12:32:37 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/11/01 12:32:37 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_mutex.c Log: MFC 1.24 -> 1.25: Call _thread_init() at the beginning of pthread_mutex_lock() if necessary, to work around a bug in old versions of libgcc_r.a. Revision Changes Path 1.20.2.4 +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