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 d6ce514 commit 39020d5Copy full SHA for 39020d5
test/basics/external_syncvar.c
@@ -34,7 +34,7 @@ int main(void)
34
qthread_syncvar_readFE(&readout, &x);
35
iprintf("found readout = %lu\n", (unsigned long)readout);
36
37
- return 0;
+ return pthread_join(thread, NULL);
38
}
39
40
/* vim:set expandtab: */
0 commit comments