Subject: CVS commit: [netbsd-3] src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/13/2006 16:41:35
Module Name:	src
Committed By:	tron
Date:		Sat May 13 16:41:35 UTC 2006

Modified Files:
	src/lib/libpthread [netbsd-3]: pthread.c

Log Message:
Pull up following revision(s) (requested by drochner in ticket #1314):
	lib/libpthread/pthread.c: revision 1.48
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.41.2.1 -r1.41.2.2 src/lib/libpthread/pthread.c

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