signals: fix race condition with sigwait()
The signal thread may catch a signal before the interface thread is initialized. We need to check signum before the first wait.
Showing
Please register or sign in to comment
The signal thread may catch a signal before the interface thread is initialized. We need to check signum before the first wait.