sharedspice.c: remove sigsev fault under LINUX
This commit is contained in:
parent
f38bab6b10
commit
34441352ea
|
|
@ -411,9 +411,7 @@ runc(char* command)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
fprintf(stdout, "Printsend thread stopped with timeout = %d\n", timeout);
|
fprintf(stdout, "Printsend thread stopped with timeout = %d\n", timeout);
|
||||||
#ifdef HAVE_LIBPTHREAD
|
|
||||||
pthread_join(printtid, NULL);
|
|
||||||
#endif
|
|
||||||
printstopp = FALSE;
|
printstopp = FALSE;
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue