diff options
Diffstat (limited to 'libc/src/vxworks/x86.rs')
-rw-r--r-- | libc/src/vxworks/x86.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/src/vxworks/x86.rs b/libc/src/vxworks/x86.rs new file mode 100644 index 0000000..81ba145 --- /dev/null +++ b/libc/src/vxworks/x86.rs @@ -0,0 +1,3 @@ +pub type c_char = i8; +pub type c_long = i32; +pub type c_ulong = u32; |