pthread mutex works on blackfin

This commit is contained in:
2020-07-16 16:18:40 +02:00
parent 3e87cfa5c1
commit 9a284f75c3
2 changed files with 7 additions and 9 deletions

View File

@ -30,7 +30,6 @@ extern int phaseShift;
void error(char *msg) { perror(msg); }
void sigInterruptHandler(int p) {
sharedMemory_detach();
sharedMemory_remove();
exit(-1);
}