| ... | @@ -810,6 +810,6 @@ pub fn timerfd_settime(fd: i32, flags: u32, new_value: &const itimerspec, old_va | ... | @@ -810,6 +810,6 @@ pub fn timerfd_settime(fd: i32, flags: u32, new_value: &const itimerspec, old_va |
| 810 | arch.syscall4(arch.SYS_timerfd_settime, usize(fd), usize(flags), @ptrToInt(new_value), @ptrToInt(old_value)) | 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 | _ = @import("linux_test.zig"); | 814 | _ = @import("linux_test.zig"); |
| 815 | } | 815 | } |