Subject: PR/30348 CVS commit: src/lib/libpthread
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Chuck Silvers <chs@netbsd.org>
List: netbsd-bugs
Date: 10/16/2005 00:32:02
The following reply was made to PR kern/30348; it has been noted by GNATS.

From: Chuck Silvers <chs@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30348 CVS commit: src/lib/libpthread
Date: Sun, 16 Oct 2005 00:31:35 +0000 (UTC)

 Module Name:	src
 Committed By:	chs
 Date:		Sun Oct 16 00:31:35 UTC 2005
 
 Modified Files:
 	src/lib/libpthread: pthread_sig.c
 
 Log Message:
 fix the interaction between sigtimedwait() and pthread_kill(),
 both waking up a sleeping thread and avoiding going to sleep if
 a signal is already pending.  fixes PR 30348.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.42 -r1.43 src/lib/libpthread/pthread_sig.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.