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