
* 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