mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 08:51:06 +00:00
<endian.h> definitions for CRIS.
This commit is contained in:
parent
83f091042e
commit
469020c10b
7
sysdeps/cris/bits/endian.h
Normal file
7
sysdeps/cris/bits/endian.h
Normal file
@ -0,0 +1,7 @@
|
||||
/* CRIS is little-endian. */
|
||||
|
||||
#ifndef _ENDIAN_H
|
||||
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
||||
#endif
|
||||
|
||||
#define __BYTE_ORDER __LITTLE_ENDIAN
|
Loading…
Reference in New Issue
Block a user