Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/16/2005 00:31:35
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.