You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use ret_usize() instead of ret_send_recv() for c::recvmsg(), as it
always returns c::ssize_t
- use ret_usize() instead of ret_send_recv() for c::sendmsg(), as it
always returns c::ssize_t
- change the ret_send_recv() used on OSes different than Windows,
Redox, and wasi to take c::ssize_t as parameter, as it is what
c::recv(), c::send(), c::recvfrom(), and c::sendto() return on
most/all of those OSes
0 commit comments