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