Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
canbusload: main(): switch from pselect() to select()
We don't need to block any signals, so a select() is sufficient. This also fixes the problem that sigmask is uninitialized and may block the sig ARLM, which make canbusload hang until a CAN frame is recieved. Closes: linux-can#465
- Loading branch information