[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 15/15] Hurd signals: Use POSIX sigcodes
From: |
Jérémie Koenig |
Subject: |
Re: [PATCH 15/15] Hurd signals: Use POSIX sigcodes |
Date: |
Wed, 29 Jun 2011 22:55:48 +0000 |
On Wed, Jun 29, 2011 at 10:27 PM, Samuel Thibault
<samuel.thibault@gnu.org> wrote:
> I don't think you can do that. I'm afraid you need to keep both the old
> values for the !SA_SIGINFO case and the POSIX values for the SA_SIGINFO
> case:
The old !SA_SIGINFO case was a non-standard (BSD-based?) extension. Is
there really anything using it? (I was able to rebuild Hurd with the
new version.)
--
Jérémie Koenig <jk@jk.fr.eu.org>
http://jk.fr.eu.org/
- [PATCH 11/15] Hurd signals: fix sigwait() for global signals, (continued)
- [PATCH 11/15] Hurd signals: fix sigwait() for global signals, Jeremie Koenig, 2011/06/29
- [PATCH 14/15] Hurd signals: SA_SIGINFO support, Jeremie Koenig, 2011/06/29
- [PATCH 13/15] Hurd signals: Copy bits/sigaction.h, Jeremie Koenig, 2011/06/29
- [PATCH 07/15] Hurd signals: fix uninitialized value., Jeremie Koenig, 2011/06/29
- [PATCH 04/15] Hurd signals: refactor check_pending_signals, Jeremie Koenig, 2011/06/29
- [PATCH 03/15] _hurd_internal_post_signal: Split out inner functions, Jeremie Koenig, 2011/06/29
- [PATCH 09/15] Hurd signals: implement global signal dispositions, Jeremie Koenig, 2011/06/29
- [PATCH 12/15] Hurd signals: fix global untraced signals., Jeremie Koenig, 2011/06/29
- [PATCH 15/15] Hurd signals: Use POSIX sigcodes, Jeremie Koenig, 2011/06/29
Re: [PATCH 00/15] Hurd signals: please review, Jérémie Koenig, 2011/06/29