> > The following is what I wrote for metaconfig a While ago.
> >
> > It's not all that you need, but it should be a start.
> 
> [...]
> 
> > ?C:SIGNALS_KEPT (PERSISTENT_SIGNAL):
> > ?C: This symbol is defined if signal handlers needn't be reinstated after
> > ?C: receipt of a signal.
> 
> I don't think this has to do with SA_RESTART. That flag is supposed to
> control whether (certain) system calls are restarted after receipt of a
> signal, not whether signal handlers need to be reinstated.

Yes, that's true.

I'm noticing how tired I am now; I had the idea that there was a system call
that could be used to test this using the fragment I mentioned.

At the moment, I don't remember how I thought I could test this out...

H


Reply via email to