Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Handle ENOSYS when calling pipe2 #5

Merged
merged 1 commit into from
Jan 9, 2018

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jan 9, 2018

Just because libc has the symbol, doesn't mean the kernel supports it.

Based on rust-lang/rust#42521.

Just because libc has the symbol, doesn't mean the kernel supports it.

Based on rust-lang/rust#42521.
@alexcrichton
Copy link
Member

Oh dear sorry about that! I guess I copied the code over too soon :(

@alexcrichton alexcrichton merged commit dc1f23f into rust-lang:master Jan 9, 2018
@alexcrichton
Copy link
Member

I've published 0.1.9 with this as well if you'd like to send a PR to update rustc/cargo

@cuviper
Copy link
Member Author

cuviper commented Jan 9, 2018

Thanks! Will do.

kennytm pushed a commit to kennytm/rust that referenced this pull request Jan 10, 2018
Fix for `ENOSYS` when calling `pipe2`, rust-lang/jobserver-rs#5.

r? @alexcrichton
kennytm added a commit to kennytm/rust that referenced this pull request Jan 11, 2018
…hton

Update jobserver to 0.1.9

Fix for `ENOSYS` when calling `pipe2`, rust-lang/jobserver-rs#5.

r? @alexcrichton
kennytm added a commit to kennytm/rust that referenced this pull request Jan 11, 2018
…hton

Update jobserver to 0.1.9

Fix for `ENOSYS` when calling `pipe2`, rust-lang/jobserver-rs#5.

r? @alexcrichton
kennytm added a commit to kennytm/rust that referenced this pull request Jan 12, 2018
…hton

Update jobserver to 0.1.9

Fix for `ENOSYS` when calling `pipe2`, rust-lang/jobserver-rs#5.

r? @alexcrichton
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants