1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 06:43:12 +02:00

Fix Windows build

This commit is contained in:
Adam
2013-03-01 00:57:24 -05:00
parent 6aa9ad938a
commit 91ad9d22ca
15 changed files with 45 additions and 41 deletions
+2
View File
@@ -189,7 +189,9 @@ static void InitSignals()
sa.sa_handler = SIG_IGN;
#ifndef _WIN32
sigaction(SIGCHLD, &sa, NULL);
#endif
sigaction(SIGPIPE, &sa, NULL);
}