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