From 782ab584e5c91d9d3dfcfa66d94903767552fbee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Feb 2010 18:20:09 +0000 Subject: [PATCH] follow-on to PR6280 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96172 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Signals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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