mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-12 19:01:50 +02:00
pthread mutex works on blackfin
This commit is contained in:
@ -30,7 +30,6 @@ extern int phaseShift;
|
||||
void error(char *msg) { perror(msg); }
|
||||
|
||||
void sigInterruptHandler(int p) {
|
||||
sharedMemory_detach();
|
||||
sharedMemory_remove();
|
||||
exit(-1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user