[LTP] [PATCH] rt_sigaction.h: ARC: Provide default sa_restorer

Cyril Hrubis chrubis@suse.cz
Mon Mar 7 18:10:30 CET 2016


Hi!
> +#if defined __x86_64__ || defined __arc__
>  #ifdef __x86_64__
>  	sig_initial(signum);
> +#endif
>  	kact.sa_flags |= SA_RESTORER;
>  	kact.sa_restorer = restore_rt;
>  #endif

I've changed this so that there are no nested #ifdefs here and pushed,
thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list