diff --git a/src/udp.c b/src/udp.c index 8fcf0371..dd2498ff 100644 --- a/src/udp.c +++ b/src/udp.c @@ -525,6 +525,9 @@ recvmmsg_i(int sockfd, struct mmsghdr *msgvec, #ifndef CONFIG_RECVMMSG +int recvmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, + unsigned int flags, struct timespec *timeout); + int recvmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec *timeout)