Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/20/2003 15:46:42
Module Name: src
Committed By: yamt
Date: Thu Nov 20 15:46:42 UTC 2003
Modified Files:
src/lib/libpthread: pthread_sig.c
Log Message:
pthread__deliver_signal: swap oldmask and siginfo so that signal
handler's stack doesn't stomp siginfo.
this also fixes !__HAVE_SIGINFO, in that case
pthread__signal_tramp assumes uc->uc_stack.ss_sp points the old
signal mask.
pointed by uwe@.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 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.