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