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