Use the host exit syscall for exiting (Lauro Ramos Venancio).
commit14f2712b7f9238fcb7a022e0297d8f6b3fe6f52a
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:18:28 +0000 (28 10:18 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:18:28 +0000 (28 10:18 +0000)
tree422026211baa5e515aa372943d16a20041a6c056
parent7d9f9fdfd250a323c92926d08740b6584f5140d7
Use the host exit syscall for exiting (Lauro Ramos Venancio).

We can't call the libc _exit function because it calls the exit_group
host syscall. We must call directly the exit host syscall.

git-svn-id: http://svn.savannah.gnu.org/svn/qemu/trunk@5561 c046a42c-6fe2-441c-8c8c-71466251a162
linux-user/syscall.c