| author | |
| committer | |
| log | 5ae53dacfb3e66fd626aa72a900b6b067b9ac19e |
| tree | cbebd1f95c5873199d648ea4ba6c214e781fcf2c |
| parent | 5895204c99f498aa8ec523a311f12d13c945b077 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/linux.zig+1-1| ... | ... | @@ -810,6 +810,6 @@ pub fn timerfd_settime(fd: i32, flags: u32, new_value: &const itimerspec, old_va |
| 810 | 810 | arch.syscall4(arch.SYS_timerfd_settime, usize(fd), usize(flags), @ptrToInt(new_value), @ptrToInt(old_value)) |
| 811 | 811 | } |
| 812 | 812 | |
| 813 | test "timer" { | |
| 813 | test "import linux_test" { | |
| 814 | 814 | _ = @import("linux_test.zig"); |
| 815 | 815 | } |