about summary refs log tree commit diff
path: root/conform
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-15 17:42:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-15 17:43:07 +0100
commit630d2568a1dfa1912458396e0522f67eef215f7d (patch)
tree99ef6a61ddb89a23cefcc2e01cd7e425a8eff50b /conform
parent67ca1c55603d3e99c26e3edf7955a58b78cfe0ad (diff)
downloadglibc-630d2568a1dfa1912458396e0522f67eef215f7d.tar.gz
glibc-630d2568a1dfa1912458396e0522f67eef215f7d.tar.xz
glibc-630d2568a1dfa1912458396e0522f67eef215f7d.zip
hurd: drop SA_SIGINFO availability xfail
BZ #23089 was fixed by d865ff74ba09 ("hurd: implement SA_SIGINFO signal
handlers")
Diffstat (limited to 'conform')
-rw-r--r--conform/data/signal.h-data3
1 files changed, 1 insertions, 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