X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/3fc0499e77c9091ce08a8c6da277de3a45c0c027..8f0c3422e75189b7f39a7555ded278ab6027707b:/authd/authd.c diff --git a/authd/authd.c b/authd/authd.c index 34815441..23ac2a4b 100644 --- a/authd/authd.c +++ b/authd/authd.c @@ -151,18 +151,15 @@ error_cb(rb_helper *helper) exit(EX_ERROR); } -#ifndef _WIN32 static void dummy_handler(int sig) { return; } -#endif static void setup_signals(void) { -#ifndef _WIN32 struct sigaction act; act.sa_flags = 0; @@ -185,7 +182,6 @@ setup_signals(void) act.sa_handler = dummy_handler; sigaction(SIGALRM, &act, 0); -#endif } int