diff options
Diffstat (limited to 'libc/src/unix/hermit/x86_64.rs')
-rw-r--r-- | libc/src/unix/hermit/x86_64.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/unix/hermit/x86_64.rs b/libc/src/unix/hermit/x86_64.rs new file mode 100644 index 0000000..76ec3ce --- /dev/null +++ b/libc/src/unix/hermit/x86_64.rs @@ -0,0 +1,2 @@ +pub type c_char = i8; +pub type wchar_t = i32; |