aboutsummaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-08 13:40:17 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-08 13:40:17 -0700
commit63b2c577526d0c7ae4e90e54bf0f0befb0294456 (patch)
tree39d36ddbefed0af8ed840b47db4b277ed08313ce /toolbox
parent8fb0caa73b947ec801a5ae975f46560fb813baed (diff)
parent7ac420972adc71d0654d10446078751b571aa301 (diff)
downloadsystem_core-63b2c577526d0c7ae4e90e54bf0f0befb0294456.zip
system_core-63b2c577526d0c7ae4e90e54bf0f0befb0294456.tar.gz
system_core-63b2c577526d0c7ae4e90e54bf0f0befb0294456.tar.bz2
Merge "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
};