Skip to content

Commit 6f7b167

Browse files
authored
Merge pull request #4298 from hermit-os/hermit-st_size
hermit: make `stat::st_size` signed
2 parents 9a111cd + 8f5b7b6 commit 6f7b167

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)