fix readdir not to set ENOENT when directory is removed while reading
[musl] / arch / superh / bits / endian.h
1 #if __LITTLE_ENDIAN__
2 #define __BYTE_ORDER __LITTLE_ENDIAN
3 #else
4 #define __BYTE_ORDER __BIG_ENDIAN
5 #endif