mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-2216 partial with renaming
This commit is contained in:
@@ -85,7 +85,7 @@ static void handle_SIGILL(int sig)
|
||||
#ifndef WIN32
|
||||
static void handle_SIGUSR2(int sig)
|
||||
{
|
||||
if (sig);
|
||||
if (sig) {};
|
||||
|
||||
system_ready = 1;
|
||||
|
||||
@@ -97,7 +97,7 @@ static void handle_SIGCHLD(int sig)
|
||||
int status = 0;
|
||||
int pid = 0;
|
||||
|
||||
if (sig);
|
||||
if (sig) {};
|
||||
|
||||
pid = wait(&status);
|
||||
|
||||
|
Reference in New Issue
Block a user