Skip to content

Commit a9d1136

Browse files
committed
Auto merge of #1048 - ColinFinck:master, r=alexcrichton
Add libc definitions for HermitCore (https://hermitcore.org) HermitCore is based on lwIP, newlib, and pthread-embedded. Some definitions are similar to other targets using newlib, however some are different enough to justify an own "hermit" port and not base on the existing "newlib" port.
2 parents e1ebfaf + 086bdf9 commit a9d1136

File tree

4 files changed

+748
-0
lines changed

4 files changed

+748
-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)