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 c70f34a commit 5b0004dCopy full SHA for 5b0004d
tools/testing/selftests/bpf/bench.c
@@ -242,7 +242,7 @@ static void setup_timer()
242
last_time_ns = get_time_ns();
243
err = sigaction(SIGALRM, &sigalarm_action, NULL);
244
if (err < 0) {
245
- fprintf(stderr, "failed to install SIGALARM handler: %d\n", -errno);
+ fprintf(stderr, "failed to install SIGALRM handler: %d\n", -errno);
246
exit(1);
247
}
248
timer_settings.it_interval.tv_sec = 1;
0 commit comments