udp: fix compilation for kernels/libc without recvmmsg

This commit is contained in:
Jaroslav Kysela 2015-02-12 09:05:29 +01:00
parent fafec1e053
commit d386ed020a

View file

@ -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)