summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getsockopt.texi
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-09-29 13:23:50 +0200
committerPaolo Bonzini <bonzini@gnu.org>2008-09-29 13:28:59 +0200
commit32848a0b172a6f0f4f7122cc1c7c1050f85094df (patch)
tree504c55dbd1b0beb6903fd492288412c6f87eaedc /doc/posix-functions/getsockopt.texi
parent305951edfeb48e73ea5af3cd9b97e1642e439a0e (diff)
downloadgnulib-32848a0b172a6f0f4f7122cc1c7c1050f85094df.tar.gz
documentation update for mingw socket functions
2008-08-24 Paolo Bonzini <bonzini@gnu.org> * doc/posix-functions/accept.texi: Update mingw problems. * doc/posix-functions/bind.texi: Update mingw problems. * doc/posix-functions/close.texi: Update mingw problems. * doc/posix-functions/connect.texi: Update mingw problems. * doc/posix-functions/getpeername.texi: Update mingw problems. * doc/posix-functions/getsockname.texi: Update mingw problems. * doc/posix-functions/getsockopt.texi: Update mingw problems. * doc/posix-functions/ioctl.texi: Update mingw problems. * doc/posix-functions/listen.texi: Update mingw problems. * doc/posix-functions/recv.texi: Update mingw problems. * doc/posix-functions/recvfrom.texi: Update mingw problems. * doc/posix-functions/select.texi: Update mingw problems. * doc/posix-functions/send.texi: Update mingw problems. * doc/posix-functions/sendto.texi: Update mingw problems. * doc/posix-functions/setsockopt.texi: Update mingw problems. * doc/posix-functions/socket.texi: Update mingw problems.
Diffstat (limited to 'doc/posix-functions/getsockopt.texi')
-rw-r--r--doc/posix-functions/getsockopt.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/posix-functions/getsockopt.texi b/doc/posix-functions/getsockopt.texi
index 583bb90b88..34863f1310 100644
--- a/doc/posix-functions/getsockopt.texi
+++ b/doc/posix-functions/getsockopt.texi
@@ -4,17 +4,20 @@
POSIX specification: @url{http://www.opengroup.org/susv3xsh/getsockopt.html}
-Gnulib module: ---
+Gnulib module: sys_socket
Portability problems fixed by Gnulib:
@itemize
+@item
+On Windows platforms (excluding Cygwin), error codes for @code{accept} are not
+placed in @code{errno}, and @code{WSAGetLastError} must be used instead.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-mingw, BeOS.
+BeOS.
@item
Some platforms don't have a @code{socklen_t} type; in this case this function's
fifth argument type is @samp{int *}.