[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test for SA_RESTART?
From: |
Matias Atria |
Subject: |
Re: Test for SA_RESTART? |
Date: |
Tue, 17 Dec 2002 01:15:55 -0500 (EST) |
On Tue, 17 Dec 2002, Harlan Stenn wrote:
> 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.
Matias.