summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i960/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/i960/bits/endian.h')
-rw-r--r--libc/sysdeps/linux/i960/bits/endian.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libc/sysdeps/linux/i960/bits/endian.h b/libc/sysdeps/linux/i960/bits/endian.h
deleted file mode 100644
index e2b13161c..000000000
--- a/libc/sysdeps/linux/i960/bits/endian.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* This file should define __BYTE_ORDER as appropriate for the machine
- in question. See string/endian.h for how to define it.
-
- If only the stub bits/endian.h applies to a particular configuration,
- bytesex.h is generated by running a program on the host machine.
- So if cross-compiling to a machine with a different byte order,
- the bits/endian.h file for that machine must exist. */
-
-#ifndef _ENDIAN_H
-# error "Never use <bits/endian.h> directly; include <endian.h> instead."
-#endif
-
-#define __BYTE_ORDER __LITTLE_ENDIAN
-
-