glibc/sysdeps/m68k/bits/endian.h

8 lines
162 B
C
Raw Normal View History

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