FS-2216 partial with renaming

This commit is contained in:
Jeff Lenk
2012-01-08 14:19:16 -06:00
parent bcf7d477e2
commit 24288832b1
16 changed files with 52 additions and 67 deletions

View File

@@ -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);