Skip to content

added EPOLL(5) for Illumos (Solaris fork) #896

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

Merged
merged 12 commits into from
Jan 12, 2018
Merged

added EPOLL(5) for Illumos (Solaris fork) #896

merged 12 commits into from
Jan 12, 2018

Conversation

cneira
Copy link
Contributor

@cneira cneira commented Jan 12, 2018

EPOLL(5) is being used in crates like mio and iovec , this change allows those crates and other that depends on EPOLL(5) to be built in illumos systems.

@alexcrichton
Copy link
Member

Thanks! I think there's some tidy failures, and could the changes to src/lib.rs get backed out as well? (it looks like nothing necessary?)

@cneira
Copy link
Contributor Author

cneira commented Jan 12, 2018

Fixed code style, and removed not needed changes in lib.rs

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jan 12, 2018

📌 Commit c6bb76a has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jan 12, 2018

⌛ Testing commit c6bb76a with merge 93f0539...

bors added a commit that referenced this pull request Jan 12, 2018
added EPOLL(5)  for Illumos (Solaris fork)

EPOLL(5)  is being used in crates like mio and iovec , this change allows those crates and other that depends on EPOLL(5)  to be built in illumos systems.
@bors
Copy link
Contributor

bors commented Jan 12, 2018

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

alexcrichton commented Jan 12, 2018 via email

@bors
Copy link
Contributor

bors commented Jan 12, 2018

⌛ Testing commit c6bb76a with merge 1e80d93...

bors added a commit that referenced this pull request Jan 12, 2018
added EPOLL(5)  for Illumos (Solaris fork)

EPOLL(5)  is being used in crates like mio and iovec , this change allows those crates and other that depends on EPOLL(5)  to be built in illumos systems.
@bors
Copy link
Contributor

bors commented Jan 12, 2018

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

@bors bors merged commit c6bb76a into rust-lang:master Jan 12, 2018
@cneira
Copy link
Contributor Author

cneira commented Apr 11, 2018

Thanks a lot @bors

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.

3 participants