Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix: fix send/recvmmsg when using musl
This one is great. The whole unix world uses an int for the flags, and documents it as such. But musl uses an unsigned int there [1], while still documenting a signed int. This API is cursed. [1]: https://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h?id=39838619bb8b65a8897abcfda8c17ad6de0115d8#n70
- Loading branch information