summaryrefslogtreecommitdiff
path: root/sysdeps/i386/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/bits/endian.h')
-rw-r--r--sysdeps/i386/bits/endian.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/bits/endian.h b/sysdeps/i386/bits/endian.h
new file mode 100644
index 0000000000..a5d6c5ea92
--- /dev/null
+++ b/sysdeps/i386/bits/endian.h
@@ -0,0 +1,3 @@
+/* i386 is little-endian. */
+
+#define __BYTE_ORDER __LITTLE_ENDIAN