view doc/posix-headers/sys_un.texi @ 17414:828f503029b0

docs: mention cygwin shortcoming in <sys/un.h> I'm not quite ready to implement a replacement <sys/un.h> that automatically works around this problem, since making the replacement work for mingw seems much harder; so for now I'm just documenting the issue I hit. * doc/posix-headers/sys_un.texi (sys/un.h): Mention problem. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Thu, 30 May 2013 11:27:45 -0600
parents 6355dc4626b5
children b8576602c861
line wrap: on
line source

@node sys/un.h
@section @file{sys/un.h}

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_un.h.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 9, BeOS.
@item
This header requires <code>sys/socket.h</code> to be included first on
some platforms:
Cygwin 1.7.18.
@end itemize