Subject: PR/26208 CVS commit: src/lib/libpthread
To: None <wrstuden@NetBSD.org, gnats-admin@netbsd.org,>
From: Bill Studenmund <wrstuden@netbsd.org>
List: netbsd-bugs
Date: 08/22/2006 21:50:02
The following reply was made to PR lib/26208; it has been noted by GNATS.

From: Bill Studenmund <wrstuden@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/26208 CVS commit: src/lib/libpthread
Date: Tue, 22 Aug 2006 21:46:09 +0000 (UTC)

 Module Name:	src
 Committed By:	wrstuden
 Date:		Tue Aug 22 21:46:09 UTC 2006
 
 Modified Files:
 	src/lib/libpthread: pthread_mutex.c
 
 Log Message:
 Close a window in which we can not notice a recently-slept-on-our
 mutex thread, thus leaving a thread sleeping on an unlocked mutex.
 
 Reviewed by myself and Christos.
 
 Problem reported by Arne H. Juul, arnej at pvv dot ntnu dot no,
 in PR 26208. This fix represents option 1 presented in the PR.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.21 -r1.22 src/lib/libpthread/pthread_mutex.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.