]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - conform/data/ucontext.h-data
Remove ia64-linux-gnu
[thirdparty/glibc.git] / conform / data / ucontext.h-data
index a840f464fc03531eb75f0255de9b47563916b71b..e3dcb3014bd353b13575666e452c6a7109cd4201 100644 (file)
@@ -4,8 +4,7 @@ type mcontext_t
 type ucontext_t
 
 element ucontext_t {ucontext_t*} uc_link
-// Bug 21634: uc_sigmask has wrong type.
-xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask
+element ucontext_t sigset_t uc_sigmask
 element ucontext_t stack_t uc_stack
 // Bug 21635: uc_mcontext has wrong type.
 xfail[powerpc32-linux]-element ucontext_t mcontext_t uc_mcontext