Skip to content

Commit

Permalink
Update hermit docs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Sep 11, 2023
1 parent 27f5eba commit bc533d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/hermit/mod.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit bc533d0

Please sign in to comment.