diff --git a/main.c b/main.c index 97ea568..f70522b 100644 --- a/main.c +++ b/main.c @@ -239,7 +239,7 @@ void setupSignals() { void statusLoop() { // Update all blocks initially - kill(0, SIGALRM); + raise(SIGALRM); struct epoll_event events[LEN(blocks) + 1]; while (statusContinue) {