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

Adding accept4 function #394

Merged
merged 1 commit into from
Sep 14, 2016
Merged

Adding accept4 function #394

merged 1 commit into from
Sep 14, 2016

Conversation

raphaelcohn
Copy link
Contributor

accept4 is a version of accept that takes flags.
It is more efficient for certain use cases, and has
a more modern path inside the kernel.

accept4 is a version of accept that takes flags.
It is more efficient for certain use cases, and has
a more modern path inside the kernel.
@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

On Wednesday, September 14, 2016, Rust highfive robot <
[email protected]> wrote:

r? @alexcrichton https://github.com/alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#394 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAD95BS2Cxvta-yLNt5X-oxSpTEogN-Zks5qp-yLgaJpZM4J8uyK
.

@bors
Copy link
Contributor

bors commented Sep 14, 2016

📌 Commit cf7f8f6 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Sep 14, 2016

⌛ Testing commit cf7f8f6 with merge 836cda9...

bors added a commit that referenced this pull request Sep 14, 2016
Adding accept4 function

accept4 is a version of accept that takes flags.
It is more efficient for certain use cases, and has
a more modern path inside the kernel.
@bors
Copy link
Contributor

bors commented Sep 14, 2016

☀️ Test successful - status-appveyor, travis
Approved by: alexcrichton
Pushing 836cda9 to master...

@bors bors merged commit cf7f8f6 into rust-lang:master Sep 14, 2016
@raphaelcohn raphaelcohn deleted the accept4 branch September 15, 2016 07:53
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
* add tests for endian-dependent behavior

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants