From owner-cvs-all Mon Jul 17 16:11:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 460F437B6D6; Mon, 17 Jul 2000 16:11:49 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76441; Mon, 17 Jul 2000 16:11:49 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007172311.QAA76441@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 16:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 16:11:49 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_cond.c Log: MFC: Deal correctly with statically initialized condition variables in pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait(). PR: bin/18099 Revision Changes Path 1.22.2.3 +18 -19 src/lib/libc_r/uthread/uthread_cond.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message