summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-14 18:20:09 +0000
committerChris Lattner <sabre@nondot.org>2010-02-14 18:20:09 +0000
commit3b38fd64885c2079e08f04af2a3017d9ae62d410 (patch)
treee131605f4142c3f29a8149ca63e1f2f879a27520 /llvm/lib/System/Unix
parent033d48697f19a6f4fe72db9df168c694bc4dfa7a (diff)
downloadbcm5719-llvm-3b38fd64885c2079e08f04af2a3017d9ae62d410.tar.gz
bcm5719-llvm-3b38fd64885c2079e08f04af2a3017d9ae62d410.zip
follow-on to PR6280
llvm-svn: 96172
Diffstat (limited to 'llvm/lib/System/Unix')
-rw-r--r--llvm/lib/System/Unix/Signals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/Signals.inc b/llvm/lib/System/Unix/Signals.inc
index 7bd752649a4..c8ec68aab17 100644
--- a/llvm/lib/System/Unix/Signals.inc
+++ b/llvm/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
OpenPOWER on IntegriCloud