Skip to content

Commit bc533d0

Browse files
committed
Update hermit docs
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
1 parent 27f5eba commit bc533d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/hermit/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// libc port for HermitCore (https://hermitcore.org)
2-
//
3-
// Ported by Colin Fink <colin.finck@rwth-aachen.de>
4-
// and Stefan Lankes <slankes@eonerc.rwth-aachen.de>
1+
//! Hermit C types definition
52
63
pub type c_schar = i8;
74
pub type c_uchar = u8;

0 commit comments

Comments
 (0)