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