Type itimerspec [src]
Source
pub const itimerspec = switch (native_os) {
.linux => linux.itimerspec,
.haiku => extern struct {
interval: timespec,
value: timespec,
},
else => void,
}
pub const itimerspec = switch (native_os) {
.linux => linux.itimerspec,
.haiku => extern struct {
interval: timespec,
value: timespec,
},
else => void,
}