udp: fix typo
This commit is contained in:
parent
19e1ae1451
commit
2d703fbe42
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ int sendmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen,
|
|||
return syscall(__NR_sendmmsg, sockfd, msgvec, vlen, flags);
|
||||
}
|
||||
|
||||
#define CONFIG_RECVMMSG
|
||||
#define CONFIG_SENDMMSG
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue