diff options
Diffstat (limited to 'libc/sysdeps/linux/e1/bits/endian.h')
-rw-r--r-- | libc/sysdeps/linux/e1/bits/endian.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/e1/bits/endian.h b/libc/sysdeps/linux/e1/bits/endian.h deleted file mode 100644 index 0d38c1caa..000000000 --- a/libc/sysdeps/linux/e1/bits/endian.h +++ /dev/null @@ -1,7 +0,0 @@ -/* e1 is big-endian. */ - -#ifndef _ENDIAN_H -# error "Never use <bits/endian.h> directly; include <endian.h> instead." -#endif - -#define __BYTE_ORDER __BIG_ENDIAN |