Skip to content

Some update for vxWorks #1516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
1 change: 1 addition & 0 deletions src/vxworks/aarch64.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub type c_char = u8;
pub type wchar_t = u32;
pub type c_long = i64;
pub type c_ulong = u64;
1 change: 1 addition & 0 deletions src/vxworks/arm.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub type c_char = u8;
pub type wchar_t = u32;
pub type c_long = i32;
pub type c_ulong = u32;
2 changes: 0 additions & 2 deletions src/vxworks/armv7.rs

This file was deleted.

Loading