aboutsummaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-08 14:04:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-08 14:04:20 -0700
commitc5db017cc3d30b1b15544ca9889e66890710f93c (patch)
treef3d5c389d127864af4d46deff23f7634a9926c9e /toolbox
parentb2a32cb99099b705578f40d1ba509bd48db140af (diff)
parent63b2c577526d0c7ae4e90e54bf0f0befb0294456 (diff)
downloadsystem_core-c5db017cc3d30b1b15544ca9889e66890710f93c.zip
system_core-c5db017cc3d30b1b15544ca9889e66890710f93c.tar.gz
system_core-c5db017cc3d30b1b15544ca9889e66890710f93c.tar.bz2
am 63b2c577: Merge "Conditionally use SIGSTKFLT"
* commit '63b2c577526d0c7ae4e90e54bf0f0befb0294456': Conditionally use SIGSTKFLT
Diffstat (limited to 'toolbox')
-rw-r--r--toolbox/kill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolbox/kill.c b/toolbox/kill.c
index b79805f..fa2f649 100644
--- a/toolbox/kill.c
+++ b/toolbox/kill.c
@@ -42,7 +42,9 @@ static struct {
/* non-SUS signals */
_SIG(IO),
_SIG(PWR),
+#ifdef SIGSTKFLT
_SIG(STKFLT),
+#endif
_SIG(WINCH),
#undef _SIG
};