Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBSD: add sendmmsg and recvmmsg support #3703

Closed
wants to merge 1 commit into from

Conversation

devnexen
Copy link
Contributor

close #3696

@rustbot
Copy link
Collaborator

rustbot commented May 15, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot
Copy link
Collaborator

rustbot commented May 15, 2024

Some changes occurred in OpenBSD module

cc @semarie

@tgross35
Copy link
Contributor

tgross35 commented Aug 12, 2024

Changes lgtm, can you target main?

@rustbot label +stable-nominated
@rustbot author

@rustbot rustbot added stable-nominated This PR should be considered for cherry-pick to libc's stable release branch S-waiting-on-author and removed S-waiting-on-review labels Aug 12, 2024
@tgross35 tgross35 changed the title adding sendmmsg/recvmmsg support to openbsd. OpenBSD: add sendmmsg and recvmmsg support Aug 15, 2024
Comment on lines +842 to +848
msgvec: *mut ::mmsghdr,
vlen: ::c_uint,
flags: ::c_int,
) -> ::c_int;
pub fn recvmmsg(
sockfd: ::c_int,
msgvec: *mut ::mmsghdr,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tgross35
Copy link
Contributor

I was wondering why this can't just be combined for all BSD, but answered my own question - FreeBSD uses size_t, OpenBSD uses unsigned int.

@devnexen
Copy link
Contributor Author

closed in favor of #3831

@devnexen devnexen closed this Aug 15, 2024
@tgross35 tgross35 removed the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants