mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit
This commit is contained in:
parent
14f16bd482
commit
d90470a37e
@ -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
|
||||
|
5
sysdeps/mach/hurd/x86_64/Makefile
Normal file
5
sysdeps/mach/hurd/x86_64/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
ifeq ($(subdir),conform)
|
||||
# For bug 23090
|
||||
# (missing SA_NOCLDWAIT)
|
||||
conformtest-xfail-conds += x86_64-gnu
|
||||
endif
|
Loading…
Reference in New Issue
Block a user