summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-11-08 19:06:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-11-08 19:06:57 +0000
commit2ec9ce7cdefa83b2ae1b1de4379a4b563f67d54d (patch)
tree11bbb0c9d15a044c86cfe8d7aca9069cf2e297d9 /ACE/ace/SOCK_IO.h
parent6706ffb437d8b9039a941340e904f68bcd344c06 (diff)
downloadATCD-2ec9ce7cdefa83b2ae1b1de4379a4b563f67d54d.tar.gz
ChangeLogTag:Mon
Diffstat (limited to 'ACE/ace/SOCK_IO.h')
-rw-r--r--ACE/ace/SOCK_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SOCK_IO.h b/ACE/ace/SOCK_IO.h
index 746a414f6a2..b59421602ac 100644
--- a/ACE/ace/SOCK_IO.h
+++ b/ACE/ace/SOCK_IO.h
@@ -35,8 +35,8 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* If <timeout> == 0, then the call behaves as a normal
* send/recv call, i.e., for blocking sockets, the call will
* block until action is possible; for non-blocking sockets,
- * EWOULDBLOCK will be returned if no action is immediately
- * possible.
+ * -1 will be returned with errno == EWOULDBLOCK if no action is
+ * immediately possible.
* If <timeout> != 0, the call will wait until the relative time
* specified in *<timeout> elapses.
* Errors are reported by -1 and 0 return values. If the