-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add support for the accept4
system call for FreeBSD* & NetBSD*
#546
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
It looks like rumprun may not have accept4? |
As I said, support for |
Yeah let's just move it down for now. |
Done! Also, out of curiosity, is BitRig still a thing or have they stalled after their initial release? |
I'm not sure myself unfortunately :( Looks great though! @bors: r+ |
📌 Commit 23d4059 has been approved by |
Add support for the `accept4` system call for FreeBSD* & NetBSD* As outlined in #540. However since support for this system call seems to be committed, but not yet released in NetBSD & BitRig (is BitRig actually still be developed at all, btw?), I'm not sure whether it wouldn't be a better idea to only add OpenBSD support instead? What's the official policy on this?
☀️ Test successful - status-appveyor, status-travis |
Release v0.8.0 closes rust-lang#519
As outlined in #540.
However since support for this system call seems to be committed, but not yet released in NetBSD & BitRig (is BitRig actually still be developed at all, btw?), I'm not sure whether it wouldn't be a better idea to only add OpenBSD support instead?
What's the official policy on this?