commit | 79737802421d7b32707f1c248b5ecb239965234a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 08 14:07:42 2012 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Aug 08 14:07:42 2012 -0700 |
tree | 52bbce7669d1e182f2bb6cd36776cf52e6f0f455 | |
parent | 2fa859101f9d5f568c2562b064e233b14973e6fc [diff] | |
parent | 8268a75e86c086c4618c2f8d8e9531eb8d7b30f5 [diff] |
am 8268a75e: am c5db017c: am 63b2c577: Merge "Conditionally use SIGSTKFLT" * commit '8268a75e86c086c4618c2f8d8e9531eb8d7b30f5': 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 };