std/os/bits/windows: add timeval extern struct

This commit is contained in:
lithdew 2021-05-03 14:48:51 +09:00
parent 16fc1b904c
commit 96fe49ef62

View File

@ -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