]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - socket/recvmmsg.c
Sync recvmmsg prototype with kernel usage.
[thirdparty/glibc.git] / socket / recvmmsg.c
index ed0c369486a8146f1c6c97a84a71f806460ca6f8..3daa50126b35251775232152ccce70ccdfd6393a 100644 (file)
@@ -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;