From 311a4f3c3d0f5466eaf95a88d4e361efd1c9849d Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 30 May 2013 11:27:45 -0600 Subject: [PATCH] docs: mention cygwin shortcoming in I'm not quite ready to implement a replacement 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 --- ChangeLog | 3 +++ doc/posix-headers/sys_un.texi | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d7202e025..d251b379d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-05-30 Eric Blake + docs: mention cygwin shortcoming in + * doc/posix-headers/sys_un.texi (sys/un.h): Mention problem. + vasnprintf: silence mingw compiler warning * lib/vasnprintf.c (VASNPRINTF): Avoid unused variable warning. diff --git a/doc/posix-headers/sys_un.texi b/doc/posix-headers/sys_un.texi index 78c848e86..2297a1332 100644 --- a/doc/posix-headers/sys_un.texi +++ b/doc/posix-headers/sys_un.texi @@ -14,4 +14,8 @@ Portability problems not fixed by Gnulib: @item This header file is missing on some platforms: mingw, MSVC 9, BeOS. +@item +This header requires sys/socket.h to be included first on +some platforms: +Cygwin 1.7.18. @end itemize -- 2.11.0