Skip to content

Commit 12bbae2

Browse files
willnodeJohnTitor
authored andcommitted
redox: fix blkcnt_t type
1 parent 8c14958 commit 12bbae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/redox/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::prelude::*;
22

33
pub type wchar_t = i32;
44

5-
pub type blkcnt_t = c_ulong;
5+
pub type blkcnt_t = c_longlong;
66
pub type blksize_t = c_long;
77
pub type clock_t = c_long;
88
pub type clockid_t = c_int;

0 commit comments

Comments
 (0)