Skip to content

Commit 3ac320d

Browse files
jackpot51tgross35
authored andcommitted
redox: Make ino_t be c_ulonglong (#3919)
(backport <#3919>) (cherry picked from commit 7cab757)
1 parent bcc77f9 commit 3ac320d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/redox/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub type clockid_t = ::c_int;
2222
pub type dev_t = ::c_long;
2323
pub type fsblkcnt_t = ::c_ulong;
2424
pub type fsfilcnt_t = ::c_ulong;
25-
pub type ino_t = ::c_ulong;
25+
pub type ino_t = ::c_ulonglong;
2626
pub type mode_t = ::c_int;
2727
pub type nfds_t = ::c_ulong;
2828
pub type nlink_t = ::c_ulong;

0 commit comments

Comments
 (0)