blob: 5a56c726f718688b462b24d80a53774421a97d3f (
plain) (
blame)
1
2
3
4
5
6
7
|
/* i386/x86_64 are little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
|