mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
SPARCv9: fix timeval definition
This commit is contained in:
parent
569802160e
commit
d7a5b12f94
@ -715,7 +715,7 @@ pub const Stat = extern struct {
|
|||||||
|
|
||||||
pub const timeval = extern struct {
|
pub const timeval = extern struct {
|
||||||
tv_sec: isize,
|
tv_sec: isize,
|
||||||
tv_usec: isize,
|
tv_usec: i32,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const timezone = extern struct {
|
pub const timezone = extern struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user