Hi!
> Sorry, I was incorrect.
> 
> If a sigaction.c includes kernel_sigaction.h, it implies that the 
> sigaction() implementation uses 'struct kernel_sigaction'.
> 
> But this fact doesn't mean that 'struct sigaction' for this platform 
> has/doesn't have .sa_restorer member.
> 
> It seems that only:
>   * alpha
>   * ia64
>   * hppa
> 
> platforms don't have .sa_restorer in 'struct sigaction'.

That seems to be consistent with my expectations, however I cannot test
LTP compilation on alpha and hppa.

But in the end I think that we are fine with ifdefing out the
sa_restorer on these platfors. Can you plase push such patch?

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to