commit | 63b2c577526d0c7ae4e90e54bf0f0befb0294456 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 08 13:40:17 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Wed Aug 08 13:40:17 2012 -0700 |
tree | 39d36ddbefed0af8ed840b47db4b277ed08313ce | |
parent | 8fb0caa73b947ec801a5ae975f46560fb813baed [diff] | |
parent | 7ac420972adc71d0654d10446078751b571aa301 [diff] |
Merge "Conditionally use SIGSTKFLT"
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 @@ /* non-SUS signals */ _SIG(IO), _SIG(PWR), +#ifdef SIGSTKFLT _SIG(STKFLT), +#endif _SIG(WINCH), #undef _SIG };