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:
@@ -189,7 +189,9 @@ static void InitSignals()
|
||||
|
||||
sa.sa_handler = SIG_IGN;
|
||||
|
||||
#ifndef _WIN32
|
||||
sigaction(SIGCHLD, &sa, NULL);
|
||||
#endif
|
||||
sigaction(SIGPIPE, &sa, NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user