diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-27 11:24:40 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-27 11:24:40 +0200 |
commit | c386aa5dcdb1333737827914b213c88e46cf43bd (patch) | |
tree | f1c3844c4a8bec58c27b2a8e498d334a391d7ed1 /procps/top.c | |
parent | 4c46d854690595bb2c5487aedccebab8de8aafda (diff) | |
parent | 3c99d59b5dd4a4dfbcdf5b98f7a9944bff9c925c (diff) |
Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 4f37878de..f9106fac7 100644 --- a/procps/top.c +++ b/procps/top.c @@ -649,8 +649,9 @@ static void reset_term(void) static void sig_catcher(int sig UNUSED_PARAM) { reset_term(); - exit(EXIT_FAILURE); + _exit(EXIT_FAILURE); } + #endif /* FEATURE_USE_TERMIOS */ /* |