summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-05 18:39:49 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-05 18:39:49 +0100
commite2cab5afbb22d99bb3d9a3ce52f01963ed2b4ac3 (patch)
tree673f89c49cec3820a2781b176c368ac6659f538b
parent09ac56ee3bd5e4b9684e09c0653062a71125345d (diff)
Fix preempting signals
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 3ea61ccf0f..44605058f2 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -720,7 +720,7 @@ post_signal (struct hurd_sigstate *ss,
{ /* PE cannot be null. */
do
{
- if (HURD_PREEMPT_SIGNAL_P (pe, signo, detail->exc_subcode))
+ if (HURD_PREEMPT_SIGNAL_P (pe, signo, detail->code))
{
if (pe->preemptor)
{