unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / doc / glibc-headers / endian.texi
blobb046007c94055887ca5d52b9a3c109857992057e
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.13, FreeBSD 6.0, NetBSD 7.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, mingw, MSVC 14.
19 @end itemize