mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
ci/vdso01: fix typo
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
e68a06cfd1
commit
f4290868bb
@ -372,7 +372,7 @@ static int vdso_time_handler(void *func)
|
|||||||
t1 = time(NULL);
|
t1 = time(NULL);
|
||||||
t2 = vdso_time(NULL);
|
t2 = vdso_time(NULL);
|
||||||
|
|
||||||
test_msg("time: %li vdso_time: %li\n", (long)t1, (long)t1);
|
test_msg("time: %li vdso_time: %li\n", (long)t1, (long)t2);
|
||||||
|
|
||||||
if (labs(t1 - t2) > TIME_DELTA_SEC) {
|
if (labs(t1 - t2) > TIME_DELTA_SEC) {
|
||||||
pr_perror("Delta is too big");
|
pr_perror("Delta is too big");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user