Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxqd: Remove volatile sig_atomic_t type
We process signals synchronously now. Change "volatile sig_atomic_t" to "int" type.
- Loading branch information