summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getsockopt.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-06 04:35:31 +0200
committerBruno Haible <bruno@clisp.org>2019-07-06 04:35:31 +0200
commita4b2403aba8d8a8add531abe9b4da5650ef33f4b (patch)
treebbc24f3d0b3e30227d7005fd6c0dce345cc3020c /doc/posix-functions/getsockopt.texi
parent7ce5f5c77f679f0da1fa15f4fb7c9e103685d079 (diff)
downloadgnulib-a4b2403aba8d8a8add531abe9b4da5650ef33f4b.tar.gz
doc: Remove documentation of BeOS as a supported platform.
* doc/gnulib-intro.texi (Target Platforms): Mention that BeOS is unsupported. * doc/*-functions/*printf.texi: Don't mention BeOS specific workarounds. * doc/posix-functions/getdelim.texi: Likewise. * doc/**/*.texi: Update.
Diffstat (limited to 'doc/posix-functions/getsockopt.texi')
-rw-r--r--doc/posix-functions/getsockopt.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/posix-functions/getsockopt.texi b/doc/posix-functions/getsockopt.texi
index f15c9342fa..73949b3fcf 100644
--- a/doc/posix-functions/getsockopt.texi
+++ b/doc/posix-functions/getsockopt.texi
@@ -22,14 +22,8 @@ considers it as a pointer to a 32-bit wide @code{unsigned int} entity.
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on some platforms:
-BeOS.
-@item
Some platforms don't have a @code{socklen_t} type; in this case this function's
fifth argument type is @samp{int *}.
@item
Many socket options are not available on all platforms.
-@item
-BeOS has the @code{setsockopt} function, but not the @code{getsockopt}
-function.
@end itemize