Subject: CVS commit: src/lib/libc/arch/sparc/gen
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 03/23/2004 18:46:47
Module Name:	src
Committed By:	pk
Date:		Tue Mar 23 18:46:47 UTC 2004

Modified Files:
	src/lib/libc/arch/sparc/gen: __setjmp14.S

Log Message:
Since libpthread may want to interpose signal handling, we can't directly
invoke the sigprocmask syscall trap. So build a stack frame and call
the signal handling functions by name.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/sparc/gen/__setjmp14.S

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