add pkey_{mprotect,alloc,free} syscalls from linux v4.9
[musl] / arch / aarch64 / bits / endian.h
1 #if __AARCH64EB__
2 #define __BYTE_ORDER __BIG_ENDIAN
3 #else
4 #define __BYTE_ORDER __LITTLE_ENDIAN
5 #endif