Skip to content
Snippets Groups Projects
Commit f291eea6 authored by Florian Fischer's avatar Florian Fischer
Browse files

[aio-sig.c] name function parameter

parent d7cd7c98
No related branches found
No related tags found
1 merge request!1[CI] add simple CI
...@@ -12,7 +12,7 @@ struct aiocb aiocb; ...@@ -12,7 +12,7 @@ struct aiocb aiocb;
sem_t sem; sem_t sem;
void callback(int, siginfo_t* info, void*) { void callback(int sig, siginfo_t* info, void* context) {
clock_after = rdtsc_s(); clock_after = rdtsc_s();
if (info->si_value.sival_int != 42) if (info->si_value.sival_int != 42)
errx(EXIT_FAILURE, "got unexpected sigval value"); errx(EXIT_FAILURE, "got unexpected sigval value");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment