This commit is contained in:
Omar Polo 2021-03-20 10:48:11 +00:00
parent b9c9123b8e
commit 8e09ee1d50
1 changed files with 1 additions and 1 deletions

2
gmid.c
View File

@ -502,7 +502,7 @@ main(int argc, char **argv)
/* Linux seems to call the event handlers even when we're
* doing a sigwait. This dummy handlers is here to avoid
* doing a sigwait. These dummy handlers is here to avoid
* being terminated on SIGHUP, SIGTERM or SIGINFO. */
signal(SIGHUP, dummy_handler);
signal(SIGINT, dummy_handler);