From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdVZx-0006wp-Ia for qemu-devel@nongnu.org; Sat, 28 Feb 2009 15:14:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdVZw-0006ux-1G for qemu-devel@nongnu.org; Sat, 28 Feb 2009 15:14:33 -0500 Received: from [199.232.76.173] (port=47406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdVZv-0006uo-OD for qemu-devel@nongnu.org; Sat, 28 Feb 2009 15:14:31 -0500 Received: from mail-fx0-f175.google.com ([209.85.220.175]:39200) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdVZv-0002ni-G5 for qemu-devel@nongnu.org; Sat, 28 Feb 2009 15:14:31 -0500 Received: by fxm23 with SMTP id 23so1390262fxm.34 for ; Sat, 28 Feb 2009 12:14:28 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090227221446.GA484@kos.to> References: <20090227221446.GA484@kos.to> Date: Sat, 28 Feb 2009 22:14:28 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH 2/3] flush stdout after printing usage() From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 2/28/09, Riku Voipio wrote: > fixes qemu-arm|grep cpu - with _exit() getting output from qemu --help > is a bit random. Since no atexit() handlers are registered for user mode > emulation, just use exit() instead. > > Signed-off-by: Riku Voipio Thanks, applied.