Skip to content

Commit 5801a08

Browse files
committed
Add libc definitions for HermitCore (https://hermitcore.org)
HermitCore is based on lwIP, newlib, and pthread-embedded.
1 parent 7d262c0 commit 5801a08

File tree

4 files changed

+741
-0
lines changed

4 files changed

+741
-0
lines changed

src/unix/hermit/aarch64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pub type c_char = u8;
2+
pub type wchar_t = u32;

0 commit comments

Comments
 (0)