glibc/sysdeps/arm/bits/endian.h

8 lines
167 B
C
Raw Normal View History

1997-06-21 04:26:04 +02:00
/* ARM is little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
1997-06-21 04:26:04 +02:00
#define __BYTE_ORDER __LITTLE_ENDIAN