about summary refs log tree commit diff
path: root/socket/recvmmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/recvmmsg.c')
-rw-r--r--socket/recvmmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/recvmmsg.c b/socket/recvmmsg.c
index ed0c369486..3daa50126b 100644
--- a/socket/recvmmsg.c
+++ b/socket/recvmmsg.c
@@ -23,7 +23,7 @@
    Returns the number of bytes read or -1 for errors.  */
 int
 recvmmsg (int fd, struct mmsghdr *vmessages, unsigned int vlen, int flags,
-	  const struct timespec *tmo)
+	  struct timespec *tmo)
 {
   __set_errno (ENOSYS);
   return -1;