summaryrefslogtreecommitdiff
path: root/src/sys/ioctl
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-07-19 06:28:12 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-07-19 06:28:12 +0000
commit07e6c2f5c2d2a95fcfcd509556c4d1441a91adfb (patch)
treee5ae497aac510dacc277c5decbca2c10d80f880b /src/sys/ioctl
parent3d24ae9588ebad1e495bedc909a226c84662a4c2 (diff)
parentbee13c8c348324f7dabb5eed8d4be17be2c2efd2 (diff)
downloadnix-07e6c2f5c2d2a95fcfcd509556c4d1441a91adfb.zip
Merge #681
681: Remove feature flags r=Susurrus These are vestiges of the initial push to get this working on Rust 1.0. These feature flags are undocumented and so hard to discover (only learned about them today!), prevent functions being included that should be and this also affects documentation on docs.rs, and none of the features are tested in CI and the `execvpe` has been broken for forever. The solution is to conditionally compile everything supported for a given platform and do away completely with the feature flags. The `execvpe` function is completely removed as it's not available for *nix platforms in libc and is already broken, so no loss removing it. We'll add it back once it's back in libc (rust-lang/libc#670). Closes #98. Closes #206. Closes #306. Closes #308.
Diffstat (limited to 'src/sys/ioctl')
0 files changed, 0 insertions, 0 deletions