We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277a2ab commit 06db1ecCopy full SHA for 06db1ec
lua/lazy/stats.lua
@@ -44,7 +44,7 @@ function M.cputime()
44
} nanotime;
45
int clock_gettime(clockid_t clk_id, struct timespec *tp);
46
]])
47
- if M.C.clock_gettime then
+ if ffi.C.clock_gettime then
48
M.C = ffi.C
49
end
50
end)
0 commit comments