Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/24/2006 18:39:36
Module Name:	src
Committed By:	drochner
Date:		Mon Apr 24 18:39:36 UTC 2006

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

Log Message:
There is no point in using the internal sigprocmask() to initialize
the process' signal mask -- this ends up in a no-op.
Use the system call directly instead.
(This might be done in pthread_sig.c, but for now I wanted a simple
patch which is easily tested and pulled up.)


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/lib/libpthread/pthread.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.