Date: Thu, 16 Nov 2000 14:50:34 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c Message-ID: <200011162250.OAA81504@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011162250.OAA81504>