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