1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Use the same bits/endian.h for i386/x86_64

This commit is contained in:
H.J. Lu
2012-05-30 14:50:32 -07:00
parent 13764867fe
commit f726f0bb75
3 changed files with 5 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
/* i386/x86_64 are little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN