Constant clock_gettime [src]
Source
pub const clock_gettime = switch (native_os) {
.netbsd => private.__clock_gettime50,
else => private.clock_gettime,
}
pub const clock_gettime = switch (native_os) {
.netbsd => private.__clock_gettime50,
else => private.clock_gettime,
}