Clarify a comment in errno2.h
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 7 Sep 2013 18:02:38 +0000 (19:02 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 16 Sep 2013 14:37:35 +0000 (15:37 +0100)
win32/include/sys/errno2.h

index c2d46fb..9a38624 100644 (file)
 
 /* ENAMETOOLONG is a standard errno.h value */
 
-/* EHOSTDOWN is not an errno.h value at all (on Windows, anyway) */
+/* EHOSTDOWN is not in errno.h and despite being wanted by POSIX.pm we cannot
+ * provide any sane value since there is no WSAEHOSTDOWN */
 
 #ifndef EHOSTUNREACH           /* New in VC10 */
 #  define EHOSTUNREACH         WSAEHOSTUNREACH