aboutsummaryrefslogtreecommitdiff
path: root/libc/src/hermit/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/hermit/mod.rs')
-rw-r--r--libc/src/hermit/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/src/hermit/mod.rs b/libc/src/hermit/mod.rs
index 3e15175..9880b50 100644
--- a/libc/src/hermit/mod.rs
+++ b/libc/src/hermit/mod.rs
@@ -13,15 +13,6 @@
// Ported by Colin Fink <colin.finck@rwth-aachen.de>
// and Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-pub type int8_t = i8;
-pub type int16_t = i16;
-pub type int32_t = i32;
-pub type int64_t = i64;
-pub type uint8_t = u8;
-pub type uint16_t = u16;
-pub type uint32_t = u32;
-pub type uint64_t = u64;
-
pub type c_schar = i8;
pub type c_uchar = u8;
pub type c_short = i16;