From 630d2568a1dfa1912458396e0522f67eef215f7d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 15 Jan 2022 17:42:14 +0100 Subject: [PATCH] hurd: drop SA_SIGINFO availability xfail BZ #23089 was fixed by d865ff74ba09 ("hurd: implement SA_SIGINFO signal handlers") --- conform/data/signal.h-data | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data index 674e5793db..496c062837 100644 --- a/conform/data/signal.h-data +++ b/conform/data/signal.h-data @@ -112,8 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*) constant SA_NOCLDSTOP # ifndef XPG4 -// Bug 23089: hurd: missing siginfo support. -xfail[i386-gnu]-constant SA_SIGINFO +constant SA_SIGINFO # endif constant SIG_BLOCK constant SIG_UNBLOCK