commit | c5db017cc3d30b1b15544ca9889e66890710f93c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 08 14:04:20 2012 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Aug 08 14:04:20 2012 -0700 |
tree | f3d5c389d127864af4d46deff23f7634a9926c9e | |
parent | b2a32cb99099b705578f40d1ba509bd48db140af [diff] | |
parent | 63b2c577526d0c7ae4e90e54bf0f0befb0294456 [diff] |
am 63b2c577: Merge "Conditionally use SIGSTKFLT" * commit '63b2c577526d0c7ae4e90e54bf0f0befb0294456': 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 };