We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a2eb5 commit d737592Copy full SHA for d737592
src/vxworks/mod.rs
@@ -104,8 +104,8 @@ pub type SD_ID = ::OBJ_HANDLE;
104
pub type CONDVAR_ID = ::OBJ_HANDLE;
105
106
// From vxTypes.h
107
-pub type _Vx_usr_arg_t = ::isize;
108
-pub type _Vx_exit_code_t = ::isize;
+pub type _Vx_usr_arg_t = isize;
+pub type _Vx_exit_code_t = isize;
109
pub type _Vx_ticks_t = ::c_uint;
110
pub type _Vx_ticks64_t = ::c_ulonglong;
111
0 commit comments