mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 09:55:12 +00:00
std/os/bits/windows: add timeval extern struct
This commit is contained in:
parent
16fc1b904c
commit
96fe49ef62
@ -22,6 +22,11 @@ pub const timespec = extern struct {
|
||||
tv_nsec: c_long,
|
||||
};
|
||||
|
||||
pub const timeval = extern struct {
|
||||
tv_sec: c_long,
|
||||
tv_usec: c_long,
|
||||
};
|
||||
|
||||
pub const sig_atomic_t = c_int;
|
||||
|
||||
/// maximum signal number + 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user