Merge pull request #94 from rpls/master
Forgotten wakeup call from USR1 handler
This commit is contained in:
commit
6179531177
@ -82,6 +82,7 @@ void fatalsig(int signum) {
|
||||
*
|
||||
*/
|
||||
void sigusr1(int signum) {
|
||||
pthread_cond_broadcast(&i3status_sleep_cond);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user