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

L4Re improvements #734

Merged
merged 12 commits into from
Aug 19, 2017
Merged

L4Re improvements #734

merged 12 commits into from
Aug 19, 2017

Conversation

humenda
Copy link
Contributor

@humenda humenda commented Aug 17, 2017

This commit improves the x86_64 uClibc port and splits of L4Re-specific structs into a separate submodule. It defines additional constants and fixes some unfinished structs.

src/unix/mod.rs Outdated
@@ -230,7 +230,7 @@ pub const INADDR_BROADCAST: in_addr_t = 4294967295;
pub const INADDR_NONE: in_addr_t = 4294967295;

cfg_if! {
if #[cfg(dox)] {
if #[cfg(any(dox, target_os = "l4re"))] {
Copy link
Member

Choose a reason for hiding this comment

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

Could you separate this out explicitly to a separate clause below? (just to be clear that this branch is the "doc only" branch.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 17, 2017

📌 Commit dc0a182 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Aug 17, 2017

⌛ Testing commit dc0a182 with merge e10daf5...

bors added a commit that referenced this pull request Aug 17, 2017
L4Re improvements

This commit improves the x86_64 uClibc port and splits of L4Re-specific structs into a separate submodule. It defines additional constants and fixes some unfinished structs.
@bors
Copy link
Contributor

bors commented Aug 17, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

alexcrichton commented Aug 17, 2017 via email

@bors
Copy link
Contributor

bors commented Aug 17, 2017

⌛ Testing commit dc0a182 with merge ae04169...

bors added a commit that referenced this pull request Aug 17, 2017
L4Re improvements

This commit improves the x86_64 uClibc port and splits of L4Re-specific structs into a separate submodule. It defines additional constants and fixes some unfinished structs.
@bors
Copy link
Contributor

bors commented Aug 18, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 18, 2017

📌 Commit cc58834 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Aug 18, 2017

⌛ Testing commit cc58834 with merge 0cd2fd1...

bors added a commit that referenced this pull request Aug 18, 2017
L4Re improvements

This commit improves the x86_64 uClibc port and splits of L4Re-specific structs into a separate submodule. It defines additional constants and fixes some unfinished structs.
@alexcrichton
Copy link
Member

@bors: retry

@bors
Copy link
Contributor

bors commented Aug 19, 2017

⌛ Testing commit cc58834 with merge 60e5745...

bors added a commit that referenced this pull request Aug 19, 2017
L4Re improvements

This commit improves the x86_64 uClibc port and splits of L4Re-specific structs into a separate submodule. It defines additional constants and fixes some unfinished structs.
@bors
Copy link
Contributor

bors commented Aug 19, 2017

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

@bors bors merged commit cc58834 into rust-lang:master Aug 19, 2017
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