diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-04-28 18:08:32 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-04-28 18:16:07 +0200 |
commit | f7ed60c252627aec9c327ec870101c907b22070c (patch) | |
tree | 88a534d8e5e27a287c998ec17d71ceb96355892c /socket/sys | |
parent | df639d73f421e176d6789b42e47596e3ab5cb70f (diff) | |
download | glibc-f7ed60c252627aec9c327ec870101c907b22070c.tar glibc-f7ed60c252627aec9c327ec870101c907b22070c.tar.gz glibc-f7ed60c252627aec9c327ec870101c907b22070c.tar.bz2 glibc-f7ed60c252627aec9c327ec870101c907b22070c.zip |
Fix recvmmsg comment.
Diffstat (limited to 'socket/sys')
-rw-r--r-- | socket/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/sys/socket.h b/socket/sys/socket.h index c0f3ee65ec..95ee26ab11 100644 --- a/socket/sys/socket.h +++ b/socket/sys/socket.h @@ -203,7 +203,7 @@ extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags); #ifdef __USE_GNU /* Receive up to VLEN messages as described by VMESSAGES from socket FD. - Returns the number of bytes read or -1 for errors. + Returns the number of messages received or -1 for errors. This function is a cancellation point and therefore not marked with __THROW. */ |