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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/src/vxworks/powerpc64.rs b/libc/src/vxworks/powerpc64.rs
new file mode 100644
index 0000000..577c8be
--- /dev/null
+++ b/libc/src/vxworks/powerpc64.rs
@@ -0,0 +1,3 @@
+pub type c_char = u8;
+pub type c_long = i64;
+pub type c_ulong = u64;