Use the host exit syscall for exiting (Lauro Ramos Venancio).
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:18:28 +0000 (10:18 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:18:28 +0000 (10:18 +0000)
commit3a17c744ee982c35e5987e9b0d5d8a15911f4166
tree422026211baa5e515aa372943d16a20041a6c056
parent57e7656ebdc4308f44ef454393c7339ceee1722e
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: svn://svn.savannah.nongnu.org/qemu/trunk@5561 c046a42c-6fe2-441c-8c8c-71466251a162
linux-user/syscall.c