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