hurd: fix build of tst-system.c
[glibc.git] / sysdeps / x86 / bits / endianness.h
blob962a9ae4d6e9e012b82ab31fe2f567efb6c4c001
1 #ifndef _BITS_ENDIANNESS_H
2 #define _BITS_ENDIANNESS_H 1
4 #ifndef _BITS_ENDIAN_H
5 # error "Never use <bits/endianness.h> directly; include <endian.h> instead."
6 #endif
8 /* i386/x86_64 are little-endian. */
9 #define __BYTE_ORDER __LITTLE_ENDIAN
11 #endif /* bits/endianness.h */