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