aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unix/newlib/arm/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/unix/newlib/arm/mod.rs')
-rw-r--r--libc/src/unix/newlib/arm/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/src/unix/newlib/arm/mod.rs b/libc/src/unix/newlib/arm/mod.rs
deleted file mode 100644
index 372a48c..0000000
--- a/libc/src/unix/newlib/arm/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-pub type c_char = u8;
-pub type wchar_t = u32;
-
-pub type c_long = i32;
-pub type c_ulong = u32;