glibc/sysdeps/am33/bits/endian.h
2004-10-23 00:33:35 +00:00

8 lines
168 B
C

/* AM33 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN