Subject: Re: siginfo changes Q
To: None <port-arm@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-arm
Date: 10/18/2003 17:49:17
In article <HMys1o.z5@tac.nyc.ny.us>,
Christos Zoulas <christos@tac.gw.com> wrote:

Err s/m68k/arm/ but m68k is broken the same way.

>
>The problem is that m68k does not defined SIGTRAMP_VALID, and still
>has the old code get_have_sigreturn() stuff.
>
>    sys/arch/m68k/include/signal.h
>
>and
>
>    lib/libc/arch/m68k/sys/__sigaction14_sigtramp.c 
>
>need to be updated so that the code works like in the x86 case.
>
>christos