1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Sync recvmmsg prototype with kernel usage.

This commit is contained in:
Ondřej Bílka
2014-09-20 13:52:57 +02:00
parent d3c827e7c8
commit 20e5a5f773
4 changed files with 11 additions and 5 deletions

View File

@ -209,7 +209,7 @@ extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
__THROW. */
extern int recvmmsg (int __fd, struct mmsghdr *__vmessages,
unsigned int __vlen, int __flags,
const struct timespec *__tmo);
struct timespec *__tmo);
#endif