Skip to content

Commit

Permalink
SPARCv9: fix timeval definition
Browse files Browse the repository at this point in the history
  • Loading branch information
koachan committed Oct 10, 2021
1 parent 5698021 commit d7a5b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/os/linux/sparc64.zig
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ pub const Stat = extern struct {

pub const timeval = extern struct {
tv_sec: isize,
tv_usec: isize,
tv_usec: i32,
};

pub const timezone = extern struct {
Expand Down

0 comments on commit d7a5b12

Please sign in to comment.