We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b187a7 commit e35e6c8Copy full SHA for e35e6c8
tests/eloop-bench/eloop-bench.c
@@ -108,7 +108,7 @@ runone(struct timespec *t)
108
109
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
110
err(EXIT_FAILURE, "clock_gettime");
111
- result = eloop_start(e, NULL);
+ result = eloop_start(e);
112
if (clock_gettime(CLOCK_MONOTONIC, &te) == -1)
113
114
0 commit comments