Rename two directories: headers -> posix-headers, functions -> posix-functions.
[gnulib.git] / doc / posix-functions / errno.texi
diff --git a/doc/posix-functions/errno.texi b/doc/posix-functions/errno.texi
new file mode 100644 (file)
index 0000000..1e7fa11
--- /dev/null
@@ -0,0 +1,18 @@
+@node errno
+@section @code{errno}
+@findex errno
+
+POSIX specification: @url{http://www.opengroup.org/susv3xsh/errno.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+On Windows, the socket functions don't set @code{errno}; their error code is
+available through @code{WSAGetLastError()} instead.
+@end itemize