Subject: Re: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/20/2003 22:11:37
In article <20031120174500.C32EC2DA1D@cvs.netbsd.org>,
Valeriy E. Ushakov <uwe@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	uwe
>Date:		Thu Nov 20 17:45:00 UTC 2003
>
>Modified Files:
>	src/lib/libpthread: pthread_sig.c
>
>Log Message:
>Follow-up to previous.  In pthread__signal_tramp() maskp is below
>siginfo on the stack, so get it from there.  ss_sp no longer points to
>the the mask.  Pointed out by cl@.

Implement siginfo, so I can get rid of the ifdef and the ugliness!

christos