Skip to content

Commit 8f5b7b6

Browse files
committed
hermit: make stat::st_size signed
1 parent 9a111cd commit 8f5b7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hermit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ s! {
100100
pub st_uid: u32,
101101
pub st_gid: u32,
102102
pub st_rdev: u64,
103-
pub st_size: u64,
103+
pub st_size: i64,
104104
pub st_blksize: i64,
105105
pub st_blocks: i64,
106106
pub st_atim: timespec,

0 commit comments

Comments
 (0)