mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 14:06:49 +01:00
* 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