diff --git a/lib/Support/Signals.cpp b/lib/Support/Signals.cpp index b5a81396b13..b81de279ab6 100644 --- a/lib/Support/Signals.cpp +++ b/lib/Support/Signals.cpp @@ -31,7 +31,7 @@ static std::vector FilesToRemove; // IntSigs - Signals that may interrupt the program at any time. static const int IntSigs[] = { - SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2 + SIGHUP, SIGINT, SIGQUIT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2 }; static const int *IntSigsEnd = IntSigs + sizeof(IntSigs)/sizeof(IntSigs[0]);