diff options
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/bits/endian.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |