From: Chris Lattner Date: Sun, 14 Feb 2010 18:20:09 +0000 (+0000) Subject: follow-on to PR6280 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=782ab584e5c91d9d3dfcfa66d94903767552fbee;p=oota-llvm.git follow-on to PR6280 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96172 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Unix/Signals.inc b/lib/System/Unix/Signals.inc index 7bd752649a4..c8ec68aab17 100644 --- a/lib/System/Unix/Signals.inc +++ b/lib/System/Unix/Signals.inc @@ -59,7 +59,7 @@ static const int KillSigs[] = { #ifdef SIGXCPU , SIGXCPU #endif -#ifdef SIGEMT +#ifdef SIGXFSZ , SIGXFSZ #endif #ifdef SIGEMT