diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-14 18:20:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-14 18:20:09 +0000 |
commit | 782ab584e5c91d9d3dfcfa66d94903767552fbee (patch) | |
tree | 29de09a4c01c64b9aadddd1dbf184d3a83031669 /lib/System/Unix/Signals.inc | |
parent | 245ba9698e465338fa79f81cd9a65fc885702041 (diff) |
follow-on to PR6280
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Unix/Signals.inc')
-rw-r--r-- | lib/System/Unix/Signals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Unix/Signals.inc b/lib/System/Unix/Signals.inc index 7bd752649a..c8ec68aab1 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 |