aboutsummaryrefslogtreecommitdiff
path: root/libc/src/vxworks/x86_64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/vxworks/x86_64.rs')
-rw-r--r--libc/src/vxworks/x86_64.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/src/vxworks/x86_64.rs b/libc/src/vxworks/x86_64.rs
new file mode 100644
index 0000000..27b9412
--- /dev/null
+++ b/libc/src/vxworks/x86_64.rs
@@ -0,0 +1,3 @@
+pub type c_long = i64;
+pub type c_ulong = u64;
+pub type c_char = i8;