qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Revert "Use the host exit syscall for exiting (


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
User-agent: KMail/1.9.9

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]