| author | |
| committer | |
| log | 96fe49ef620cfd8423e878262420f58d5983d58c |
| tree | c4164c3360e6b3e98a477956c44568a5c2f93ad0 |
| parent | 16fc1b904c115d37dc335c35177b8433d91fa271 |
1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/os/bits/windows.zig+5| ... | @@ -22,6 +22,11 @@ pub const timespec = extern struct { | ... | @@ -22,6 +22,11 @@ pub const timespec = extern struct { |
| 22 | tv_nsec: c_long, | 22 | tv_nsec: c_long, |
| 23 | }; | 23 | }; |
| 24 | 24 | ||
| 25 | pub const timeval = extern struct { | ||
| 26 | tv_sec: c_long, | ||
| 27 | tv_usec: c_long, | ||
| 28 | }; | ||
| 29 | |||
| 25 | pub const sig_atomic_t = c_int; | 30 | pub const sig_atomic_t = c_int; |
| 26 | 31 | ||
| 27 | /// maximum signal number + 1 | 32 | /// maximum signal number + 1 |