Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Love Hornquist Astrand <lha@netbsd.org>
List: source-changes
Date: 03/24/2004 20:01:37
Module Name:	src
Committed By:	lha
Date:		Wed Mar 24 20:01:37 UTC 2004

Modified Files:
	src/lib/libpthread: pthread_sig.c

Log Message:
Fix a problem where pthread_kill can set a signal while the process
have the signal blocked, this ends up making target thread getting
later stuck in a loop if it uses pthread_sigmask.

ok, cl and christos


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 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.