[hurd,commited] hurd: drop SA_SIGINFO availability xfail
Samuel Thibault
samuel.thibault@ens-lyon.org
Sat Jan 15 16:43:45 GMT 2022
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
--
2.34.1
More information about the Libc-alpha
mailing list