strtoumax: fix typo in previous commit.
[gnulib.git] / doc / posix-headers / sys_un.texi
1 @node sys/un.h
2 @section @file{sys/un.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_un.h.html}
5
6 Gnulib module: ---
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @end itemize
11
12 Portability problems not fixed by Gnulib:
13 @itemize
14 @item
15 This header file is missing on some platforms:
16 mingw, MSVC 9, BeOS.
17 @item
18 This header requires <code>sys/socket.h</code> to be included first on
19 some platforms:
20 Cygwin 1.7.18.
21 @end itemize