Subject: CVS commit: src/lib/libc/arch/sparc64/gen
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/19/2004 18:19:33
Module Name: src
Committed By: martin
Date: Mon Jan 19 18:19:33 UTC 2004
Modified Files:
src/lib/libc/arch/sparc64/gen: __longjmp14.c
Log Message:
Unfortunately we can not restore the signal mask with setcontext() - this
breaks libpthread, which tries to intercept the weak sigprocmask symbol.
So use an explicit sigprocmask call instead.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/arch/sparc64/gen/__longjmp14.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.