diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-11-10 11:32:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-10 11:32:10 -0500 |
| commit | b521510cd4e68407226dd95c9e87cc97ca5a0796 (patch) | |
| tree | a98e2b155833d3c0f245d7dbca8b0fe6bb52f193 /lib/std/os/linux | |
| parent | e89e3735f3faead04e7b2e443a1795213c927ec8 (diff) | |
| parent | d7a5b12f94b0c8c4ee9d28af16b14fcc62bef9e7 (diff) | |
| download | zig-b521510cd4e68407226dd95c9e87cc97ca5a0796.tar.gz zig-b521510cd4e68407226dd95c9e87cc97ca5a0796.zip | |
Merge pull request #9853 from koachan/sparc64-unittests
SPARCv9: make more tests pass
Diffstat (limited to 'lib/std/os/linux')
| -rw-r--r-- | lib/std/os/linux/sparc64.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/os/linux/sparc64.zig b/lib/std/os/linux/sparc64.zig index 92aa68d55d..1ed9d98932 100644 --- a/lib/std/os/linux/sparc64.zig +++ b/lib/std/os/linux/sparc64.zig @@ -719,7 +719,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 { |
