rust-lang / jobserver-rs

Apache License 2.0
69 stars 41 forks source link

Handle ENOSYS when calling `pipe2` #5

Closed cuviper closed 6 years ago

cuviper commented 6 years ago

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

Based on rust-lang/rust#42521.

alexcrichton commented 6 years ago

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

alexcrichton commented 6 years ago

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

cuviper commented 6 years ago

Thanks! Will do.