libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / system / libroot / posix / glibc / include / arch / x86 / bits / endian.h
blob54bd9d14bb34dae4a0708a92af5a5eed924c8098
1 /* i386 is little-endian. */
3 #ifndef _ENDIAN_H
4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
5 #endif
7 #define __BYTE_ORDER __LITTLE_ENDIAN