summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/sys_socket.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-headers/sys_socket.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-headers/sys_socket.texi25
2 files changed, 25 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/doc/posix-headers/sys_socket.texi b/gnulib/doc/posix-headers/sys_socket.texi
new file mode 100644
index 00000000..4680fa2f
--- /dev/null
+++ b/gnulib/doc/posix-headers/sys_socket.texi
@@ -0,0 +1,25 @@
+@node sys/socket.h
+@section @file{sys/socket.h}
+
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/sys/socket.h.html}
+
+Gnulib module: sys_socket
+
+Portability problems fixed by Gnulib:
+@itemize
+@item
+This header file is missing on some platforms:
+mingw.
+@item
+This header file is not self-contained on some platforms: it requires
+@code{<sys/types.h>} to be included first.
+@item
+This header file is lacking the @code{SHUT_RD}, @code{SHUT_WR},
+@code{SHUT_RDWR} macros on some platforms, despite having the @code{shutdown}
+functions:
+emx+gcc.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize