mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
1dc843f70a
2001-04-09 Ulrich Drepper <drepper@redhat.com> * libio/Makefile (distribute): Add fd_to_filename.h.
8 lines
168 B
C
8 lines
168 B
C
/* CRIS is little-endian. */
|
|
|
|
#ifndef _ENDIAN_H
|
|
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
|
#endif
|
|
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|