Skip to content
Snippets Groups Projects
Unverified Commit 9a4bd72c authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Redox: Use c_long instead of usize for off_t

parent c00686f3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ pub type c_ulong = u64;
pub type wchar_t = i16;
pub type off_t = usize;
pub type off_t = c_long;
pub type mode_t = u16;
pub type time_t = i64;
pub type pid_t = usize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment