From owner-cvs-all Thu Nov 16 14:50:37 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 476DD37B4CF; Thu, 16 Nov 2000 14:50:34 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA81504; Thu, 16 Nov 2000 14:50:34 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011162250.OAA81504@freefall.freebsd.org> From: Daniel Eischen Date: Thu, 16 Nov 2000 14:50:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/16 14:50:34 PST Modified files: lib/libc_r/uthread uthread_cond.c Log: Fix a bug where a statically initialized condition variable was not getting properly initialized in pthread_cond_signal() and pthread_cond_broadcast(). Reportedly, this can cause an application to die. MFC candidate Submitted by: ade Revision Changes Path 1.29 +3 -3 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