-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
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?) |
Fixed code style, and removed not needed changes in lib.rs |
@bors: r+ |
📌 Commit c6bb76a has been approved by |
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.
💔 Test failed - status-travis |
@bors: retry
…On Fri, Jan 12, 2018 at 3:31 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/328278983?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#896 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95CrILWDIzv2iGvoKqU4i1kPPDr2yks5tJ884gaJpZM4Rcmmn>
.
|
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.
☀️ Test successful - status-appveyor, status-travis |
Thanks a lot @bors |
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.