Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mask all signals in libhackrf transfer_threadproc (#1330)
* mask all signals in libhackrf transfer_threadproc hackrf_transfer uses pause() and SIGALRM to print statistics and POSIX doesn't specify which thread must recieve the signal, block all signals here, so we don't interrupt their reception by hackrf_transfer or any other app which uses the library (#1323) * fix windows build and remove empty line
- Loading branch information