Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/27/2005 18:25:02
Module Name: src
Committed By: nathanw
Date: Sun Feb 27 18:25:02 UTC 2005
Modified Files:
src/lib/libpthread: pthread_sig.c
Log Message:
Correct the order of arguments to __sigplusset() in two places to correct
the signal mask experienced by signal handlers in threaded programs.
Fixes regress/lib/libpthread/sigmask3.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 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.