diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86/bits/endian.h (renamed from sysdeps/i386/bits/endian.h) | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/bits/endian.h | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/sysdeps/i386/bits/endian.h b/sysdeps/x86/bits/endian.h index 54bd9d14bb..5a56c726f7 100644 --- a/sysdeps/i386/bits/endian.h +++ b/sysdeps/x86/bits/endian.h @@ -1,4 +1,4 @@ -/* i386 is little-endian. */ +/* i386/x86_64 are little-endian. */ #ifndef _ENDIAN_H # error "Never use <bits/endian.h> directly; include <endian.h> instead." diff --git a/sysdeps/x86_64/bits/endian.h b/sysdeps/x86_64/bits/endian.h deleted file mode 100644 index 2f59eada25..0000000000 --- a/sysdeps/x86_64/bits/endian.h +++ /dev/null @@ -1,7 +0,0 @@ -/* x86_64 is little-endian. */ - -#ifndef _ENDIAN_H -# error "Never use <bits/endian.h> directly; include <endian.h> instead." -#endif - -#define __BYTE_ORDER __LITTLE_ENDIAN |