mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
Merge branch 'clock'
This commit is contained in:
commit
0d649408a0
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
|
|||
#if PTMX_TIMING
|
||||
struct timespec now;
|
||||
|
||||
clock_gettime(1, &now);
|
||||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
if (last.tv_sec > 0 || last.tv_nsec > 0) {
|
||||
struct timeval diff;
|
||||
struct timeval l = {last.tv_sec, last.tv_nsec / 1000};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue