Skip to content
Snippets Groups Projects
Commit 01b0c8fb authored by Peter Hutterer's avatar Peter Hutterer
Browse files

tools: fail if we can't set up signal handlers in event-debug


Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent 2b00d24a
No related branches found
No related tags found
Loading
......@@ -351,6 +351,7 @@ mainloop(struct libinput *li)
sigprocmask(SIG_BLOCK, &mask, NULL) == -1) {
fprintf(stderr, "Failed to set up signal handling (%s)\n",
strerror(errno));
return;
}
/* Handle already-pending device added events */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment