about summary refs log tree commit diff
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
parent14f16bd48283f83b1be0e71374ad90aa2cf181d6 (diff)
downloadglibc-d90470a37e1e761bbb711131e8531e08c4521f24.tar.gz
glibc-d90470a37e1e761bbb711131e8531e08c4521f24.tar.xz
glibc-d90470a37e1e761bbb711131e8531e08c4521f24.zip
hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit
-rw-r--r--conform/data/signal.h-data2
-rw-r--r--sysdeps/mach/hurd/x86_64/Makefile5
2 files changed, 6 insertions, 1 deletions
diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data
index 496c062837..15622cca7c 100644
--- a/conform/data/signal.h-data
+++ b/conform/data/signal.h-data
@@ -124,7 +124,7 @@ constant SA_ONSTACK
 constant SA_RESETHAND
 constant SA_RESTART
 // Bug 23090: hurd: missing SA_NOCLDWAIT support.
-xfail[i386-gnu]-constant SA_NOCLDWAIT
+xfail[i386-gnu|x86_64-gnu]-constant SA_NOCLDWAIT
 constant SA_NODEFER
 # endif
 # if !defined XPG4 && !defined POSIX && !defined POSIX2008
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