about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-01 13:01:46 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-01 13:28:53 +0200
commitd90470a37e1e761bbb711131e8531e08c4521f24 (patch)
treeb0a101e0f49f675987161ad83549245e142c63eb /sysdeps/mach/hurd
parent14f16bd48283f83b1be0e71374ad90aa2cf181d6 (diff)
downloadglibc-d90470a37e1e761bbb711131e8531e08c4521f24.tar.gz
glibc-d90470a37e1e761bbb711131e8531e08c4521f24.tar.xz
glibc-d90470a37e1e761bbb711131e8531e08c4521f24.zip
hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/x86_64/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/x86_64/Makefile b/sysdeps/mach/hurd/x86_64/Makefile
new file mode 100644
index 0000000000..80cf2eb6dc
--- /dev/null
+++ b/sysdeps/mach/hurd/x86_64/Makefile
@@ -0,0 +1,5 @@
+ifeq ($(subdir),conform)
+# For bug 23090
+# (missing SA_NOCLDWAIT)
+conformtest-xfail-conds += x86_64-gnu
+endif