bits/syscall.h: add __NR_faccessat2 from linux v5.8
[musl] / arch / mipsn32 / bits / hwcap.h
1 #define HWCAP_MIPS_R6           (1 << 0)
2 #define HWCAP_MIPS_MSA          (1 << 1)
3 #define HWCAP_MIPS_CRC32        (1 << 2)