Skip to content

Commit

Permalink
Auto merge of #1048 - ColinFinck:master, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jul 31, 2018
2 parents e1ebfaf + 086bdf9 commit 86a9e12
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/hermit/aarch64.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub type c_char = u8;
pub type wchar_t = u32;
Loading

0 comments on commit 86a9e12

Please sign in to comment.