-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add TCP_* consts for linux #24611
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
add TCP_* consts for linux #24611
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
Looks like this needs a rebase but otherwise r=me, thanks! |
a188c3a
to
c11f86c
Compare
rebased. On 2015年4月21日周二 上午12:09 Alex Crichton [email protected] wrote:
|
Looks like there's a tidy error unfortunately :( |
c11f86c
to
7a0df61
Compare
It's ok for merging now, eventually. |
⌛ Testing commit 7a0df61 with merge 8ce245d... |
💔 Test failed - auto-mac-32-opt |
@bors: retry
|
PR rust-lang#24611 added these for other architectures, but missed the `#[cfg(any(target_arch = "mips", target_arch = "mipsel"))]` version of the module. The values are the same.
as dependency for #24594