src/misc/util/utilSignal.c

This commit is contained in:
Baruch Sterin 2011-02-01 15:54:01 -08:00
parent b538a5fad0
commit 3a41da37a2
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ default: $(PROG)
#OPTFLAGS := -DNDEBUG -O3 -DLIN
#OPTFLAGS := -DNDEBUG -O3 -DLIN64
#OPTFLAGS := -g -O -DLIN -m32
OPTFLAGS := -g -O -DLIN64 -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DABC_NAMESPACE=xxx
OPTFLAGS := -g -O -DLIN64 -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8 -DSIZEOF_INT=4 -DABC_NAMESPACE=xxx -fPIC
CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(patsubst %, -I%, $(MODULES))
CXXFLAGS += $(CFLAGS)

View File

@ -26,7 +26,8 @@
#include <signal.h>
#include <hashGen.h>
#include <errno.h>
#include <pthread.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "abc_global.h"