1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix recvmmsg comment.

This commit is contained in:
Ondřej Bílka
2014-04-28 18:08:32 +02:00
parent df639d73f4
commit f7ed60c252
3 changed files with 8 additions and 3 deletions

View File

@ -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. */