conformtest: Add x32 XFAILs for mq_attr element types (bug 21279).
[glibc.git] / sysdeps / unix / sysv / linux / x86_64 / x32 / Makefile
blob16b768d8ba52283ff4ee7d578a1084d8300ee422
1 # The default ABI is x32.
2 default-abi := x32
4 ifeq ($(subdir),misc)
5 sysdep_routines += arch_prctl
6 endif
8 ifeq ($(subdir),conform)
9 # For bugs 16437 and 21279.
10 conformtest-xfail-conds += x86_64-x32-linux
11 endif