Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
send
instead of sendmsg
to send with no fds
This should fix the failing FreeBSD CI test, and behave correctly. This is perhaps better, though I think either *should* work (bytecodealliance/rustix#914). The other `sendmsg`/`recvmsg` calls use `rustix::cmsg_space!`, and should work without issue.
- Loading branch information