summaryrefslogtreecommitdiff
path: root/socket/sys/socket.h
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-09-20 13:52:57 +0200
committerOndřej Bílka <neleai@seznam.cz>2014-09-20 13:53:44 +0200
commit20e5a5f773ee800b2d7ff3e24156a8b024f6bf46 (patch)
treecef168fc79d38d68c14c971d59c633ffbbf4f95d /socket/sys/socket.h
parentd3c827e7c8208afeaed880cf8cf2515c86d10f17 (diff)
Sync recvmmsg prototype with kernel usage.
Diffstat (limited to 'socket/sys/socket.h')
-rw-r--r--socket/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/sys/socket.h b/socket/sys/socket.h
index 95ee26ab11..091b08c7c9 100644
--- a/socket/sys/socket.h
+++ b/socket/sys/socket.h
@@ -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