Type timerfd_clockid_t [src]
Source
pub const timerfd_clockid_t = switch (native_os) {
.freebsd => enum(u32) {
REALTIME = 0,
MONOTONIC = 4,
_,
},
.linux => linux.timerfd_clockid_t,
else => clockid_t,
}
pub const timerfd_clockid_t = switch (native_os) {
.freebsd => enum(u32) {
REALTIME = 0,
MONOTONIC = 4,
_,
},
.linux => linux.timerfd_clockid_t,
else => clockid_t,
}