summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/hermit
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libc/src/hermit')
-rw-r--r--vendor/libc/src/hermit/mod.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/libc/src/hermit/mod.rs b/vendor/libc/src/hermit/mod.rs
index bffcefdd8..7543c8257 100644
--- a/vendor/libc/src/hermit/mod.rs
+++ b/vendor/libc/src/hermit/mod.rs
@@ -1,7 +1,4 @@
-// libc port for HermitCore (https://hermitcore.org)
-//
-// Ported by Colin Fink <colin.finck@rwth-aachen.de>
-// and Stefan Lankes <slankes@eonerc.rwth-aachen.de>
+//! Hermit C types definition
pub type c_schar = i8;
pub type c_uchar = u8;