Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 01/02/2004 19:24:44
Module Name:	src
Committed By:	cl
Date:		Fri Jan  2 19:24:44 UTC 2004

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

Log Message:
make siglongjmp out of a signal handler work:
- strong alias __sigprocmask14 to pthread_sigmask
- call _sys___sigprocmask14 where appropriate
- make pthread_sigmask not set the signal mask lazily when pthreads
  aren't started yet


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