From 516d6fdcf4ae2feb25c690f5315d3c7b43087da8 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 22 Sep 2007 20:50:21 +0800 Subject: [SHELL] Move flushall to the point just before _exit We need to flush at the very end in case we've generated any errors before that. The flushall call cannot perform a longjmp so it's safe there. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 295fa66..ba974ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-22 Herbert Xu + + * Move flushall to the point just before _exit. + 2007-09-21 Denis Vlasenko * Restore foreground process group on exit. -- cgit 1.4.1