Skip to content

Commit e5be3a2

Browse files
committed
change inode type to ino64_t
1 parent 9689568 commit e5be3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
302302
let dev_t_layout = this.libc_ty_layout("dev_t")?;
303303
let mode_t_layout = this.libc_ty_layout("mode_t")?;
304304
let nlink_t_layout = this.libc_ty_layout("nlink_t")?;
305-
let ino_t_layout = this.libc_ty_layout("ino_t")?;
305+
let ino_t_layout = this.libc_ty_layout("ino64_t")?;
306306
let uid_t_layout = this.libc_ty_layout("uid_t")?;
307307
let gid_t_layout = this.libc_ty_layout("gid_t")?;
308308
let time_t_layout = this.libc_ty_layout("time_t")?;

0 commit comments

Comments
 (0)