diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/bits/alltypes.h.in | 2 | ||||
-rw-r--r-- | arch/x86_64/bits/endian.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/bits/alltypes.h.in b/arch/x86_64/bits/alltypes.h.in index a484f177..b815b438 100644 --- a/arch/x86_64/bits/alltypes.h.in +++ b/arch/x86_64/bits/alltypes.h.in @@ -2,6 +2,8 @@ #define _Int64 long #define _Reg long +#define __BYTE_ORDER 1234 + #ifndef __cplusplus TYPEDEF int wchar_t; #endif diff --git a/arch/x86_64/bits/endian.h b/arch/x86_64/bits/endian.h deleted file mode 100644 index 172c338f..00000000 --- a/arch/x86_64/bits/endian.h +++ /dev/null @@ -1 +0,0 @@ -#define __BYTE_ORDER __LITTLE_ENDIAN |