mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Moved from gettimeofday() to the more precise clock_gettime()
This commit is contained in:
parent
5fb3d69560
commit
0ff0561ac9
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
time_t t = time(NULL);
|
||||
double_value(&box) = t;
|
||||
return_closcall1(data, k, &box); ")
|
||||
|
||||
(define-c current-jiffy
|
||||
"(void *data, int argc, closure _, object k)"
|
||||
" struct timespec now;
|
||||
|
|
Loading…
Add table
Reference in a new issue