about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-11-01 12:50:13 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-11-08 20:41:17 -0800
commit1ccb50eaa670f86b69e7a64484a8c97e13169183 (patch)
tree77042c08dac06aa8c631a712f34231c782761117 /src/libstd/sys/unix/stack_overflow.rs
parent6bc8f164b09b9994e6a2d4c4ca60d7d36c09d3fe (diff)
downloadrust-1ccb50eaa670f86b69e7a64484a8c97e13169183.tar.gz
rust-1ccb50eaa670f86b69e7a64484a8c97e13169183.zip
std: Change how EBADF is handled in `sys`
This commit removes the reexport of `EBADF_ERR` as a constant from
libstd's portability facade, instead opting for a platform-specific
function that specifically queries an `io::Error`. Not all platforms may
have a constant for this, so it makes the intent a little more clear
that a code need not be supplied, just an answer to a query.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions