doc: Update for Solaris 11.4.
[gnulib.git] / doc / glibc-headers / endian.texi
blobe66a918b314081beb4ca967d979364c82864aa46
1 @node endian.h
2 @section @file{endian.h}
4 Describe's the platform's endianness (byte ordering of words stored in memory).
5 Defines the macros @code{BYTE_ORDER}, @code{LITTLE_ENDIAN}, @code{BIG_ENDIAN},
6 @code{PDP_ENDIAN}.
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This header file is missing on some platforms:
18 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, mingw, MSVC 14, Interix 3.5.
19 @end itemize