[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: branch-1_4 - platform recognition macro
From: |
Andreas Büning |
Subject: |
Re: branch-1_4 - platform recognition macro |
Date: |
Tue, 04 Jul 2006 20:58:26 +0200 |
Eric Blake wrote:
> The alternative patch is to still use system(), but shift
> the value left by 8 if it is not -1; but we then lose the ability to
> detect signals.
I'd prefer this one because it's just simpler.
> Does OS/2 even inform you about termination by signals?
The docs say that WIFSIGNALED() is supported for wait() and pclose().
Regards,
Andreas