localedata: dz_BT, bo_CN: convert to UTF-8
[glibc.git] / sysdeps / ia64 / bits / endianness.h
blob70c211e56961d52772a18dd4976c5ccafc48a630
1 #ifndef _BITS_ENDIANNESS_H
2 #define _BITS_ENDIANNESS_H 1
4 #ifndef _BITS_ENDIAN_H
5 # error "Never use <bits/endianness.h> directly; include <endian.h> instead."
6 #endif
8 /* IA64 is little-endian. */
9 #define __BYTE_ORDER __LITTLE_ENDIAN
11 #endif /* bits/endianness.h */