summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorkellda <59569234+kellda@users.noreply.github.com>2021-02-03 19:21:05 +0000
committerkellda <59569234+kellda@users.noreply.github.com>2021-02-03 19:29:15 +0000
commit7c136e5050e924e0efa4c916a6c944f57a8ac032 (patch)
tree054d7a52bfb7ef051cb248f27fbb4b1e5cd4e713 /src/lib.rs
parentf07c693e4d32dca05669ce0aee8b386fd914af6e (diff)
downloadrust-libc-7c136e5050e924e0efa4c916a6c944f57a8ac032.tar.gz
Drop support for CloudABI
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6bb71c552d..30c94b0969 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -99,12 +99,6 @@ cfg_if! {
mod windows;
pub use windows::*;
- } else if #[cfg(target_os = "cloudabi")] {
- mod fixed_width_ints;
- pub use fixed_width_ints::*;
-
- mod cloudabi;
- pub use cloudabi::*;
} else if #[cfg(target_os = "fuchsia")] {
mod fixed_width_ints;
pub use fixed_width_ints::*;