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:
7
sysdeps/x86/bits/endian.h
Normal file
7
sysdeps/x86/bits/endian.h
Normal 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
|
Reference in New Issue
Block a user