mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
fix bug in stat, move lstat64 back to unix
This commit is contained in:
@@ -125,7 +125,7 @@ pub struct GuestStat {
|
||||
st_atime: u64,
|
||||
st_mtime: u64,
|
||||
st_ctime: u64,
|
||||
st_ino: u64,
|
||||
st_ino: u32,
|
||||
}
|
||||
|
||||
#[allow(clippy::cast_ptr_alignment)]
|
||||
|
||||
Reference in New Issue
Block a user