mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-29 09:32:53 +00:00
f92d6702bc
* Lwip declares msghdr->msg_iovlen as int, but when using external socket headers, some systems declare msg_iovlen as size_t or others. * This patch creates a new type msg_iovlen_t and expects users to typedef it to the type they need for their system.