strchrnul: work around cygwin bug
[pspp] / doc / posix-functions / recv.texi
index d8fc82d155baed106fd2c5d2fd7fc95109dde5a5..028966eddaea556dace0774bed0f00d86675cc3a 100644 (file)
@@ -9,6 +9,10 @@ Gnulib module: recv
 Portability problems fixed by Gnulib:
 @itemize
 @item
+This function has the return type @code{int} instead of @code{ssize_t}
+on some platforms:
+OSF/1 5.1.
+@item
 On Windows platforms (excluding Cygwin), error codes for @code{recv}
 are not placed in @code{errno}, and @code{WSAGetLastError} must be
 used instead.