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