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