]> git.proxmox.com Git - mirror_qemu.git/commit
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)
commita2f86d8e08b530679bdcf8662c51e21c2e9ad46e
tree422026211baa5e515aa372943d16a20041a6c056
parent44696296d5c2ffccef9d43d37d4f525bba7d9f5c
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