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 2821a61 commit 59d5510Copy full SHA for 59d5510
pthreads/sigwait.c
@@ -22,6 +22,8 @@
22
void *
23
thread(void *x)
24
{
25
+ pthread_detach(pthread_self());
26
+
27
int i;
28
29
for (i = 0; i < CYCLES; ++i) {
0 commit comments