Subject: CVS commit: src/lib/libc/arch/mips/gen
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 07/03/2004 05:44:55
Module Name: src
Committed By: simonb
Date: Sat Jul 3 05:44:55 UTC 2004
Modified Files:
src/lib/libc/arch/mips/gen: __longjmp14.c
Log Message:
Copy the sparc/sparc64 __longjmp14() way of dealing with signal masks:
* Restore the signal mask with sigprocmask() instead of _UC_SIGMASK,
* since libpthread may want to interpose on signal handling.
Fixes regress/lib/libpthread/siglongjmp1.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/mips/gen/__longjmp14.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.