1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-20 05:32:18 +03:00
Files
glibc/sysdeps/mips/dec/bits/endian.h
1997-11-26 04:14:44 +00:00

9 lines
237 B
C

/* The MIPS architecture has selectable endianness.
The DECstation uses little-endian mode. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN