From 20e5a5f773ee800b2d7ff3e24156a8b024f6bf46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sat, 20 Sep 2014 13:52:57 +0200 Subject: Sync recvmmsg prototype with kernel usage. --- socket/sys/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket/sys') 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 -- cgit v1.2.3