From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lfx9v-0003Ww-6D for qemu-devel@nongnu.org; Sat, 07 Mar 2009 09:05:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lfx9t-0003Wh-RK for qemu-devel@nongnu.org; Sat, 07 Mar 2009 09:05:46 -0500 Received: from [199.232.76.173] (port=51219 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lfx9t-0003We-L9 for qemu-devel@nongnu.org; Sat, 07 Mar 2009 09:05:45 -0500 Received: from mx20.gnu.org ([199.232.41.8]:47318) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lfx9t-0005Me-9N for qemu-devel@nongnu.org; Sat, 07 Mar 2009 09:05:45 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lfx9p-0001aE-3B for qemu-devel@nongnu.org; Sat, 07 Mar 2009 09:05:41 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Revert "Use the host exit syscall for exiting (Lauro Ramos Venancio)." Date: Sat, 7 Mar 2009 14:05:37 +0000 References: <1236428435-28631-1-git-send-email-felipe.contreras@gmail.com> In-Reply-To: <1236428435-28631-1-git-send-email-felipe.contreras@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903071405.37427.paul@codesourcery.com> 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 Cc: Felipe Contreras On Saturday 07 March 2009, Felipe Contreras wrote: > This breaks pthread_join on arm-linux-user. >.. > /* XXX: should free thread stack and CPU env */ > - sys_exit(arg1); > + _exit(arg1); No. You're just reverting an earlier (also incorrect) change. Paul