-
Notifications
You must be signed in to change notification settings - Fork 1k
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
illumos: expose PIPE_BUF
constant
#3633
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
ba8100d
to
89ca68d
Compare
What are you planning to use this constant for? |
This is needed to get |
Alright that makes sense, thanks. |
89ca68d
to
64d8a2f
Compare
Ping? (@JohnTitor) |
Sorry for the delay, thanks for the PR! |
Thank you! |
(backport <rust-lang#3633>) (cherry picked from commit 64d8a2f)
(backport <rust-lang#3633>) (cherry picked from commit 64d8a2f)
Expose the
PIPE_BUF
constant on Solaris/illumos. We have verified that these values are the same between the two variants of the system.