]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/syscall.c: remove forward declarations
authorJohn Spencer <maillist-qemu@barfooze.de>
Tue, 25 Dec 2012 23:49:49 +0000 (00:49 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 4 Jan 2013 13:38:05 +0000 (14:38 +0100)
commit586b0bef84c202bb2256a35eb71bfd6670262bd7
tree8558e0c266d8cfd6a0369e6a542b4fde61c2938e
parent715857cbbabc8740792b608f9bc4cd9fad6ecb1d
linux-user/syscall.c: remove forward declarations

instead use the correct headers that define these functions.

Requested-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: John Spencer <maillist-qemu@barfooze.de>
Reviewed-by: Amos Kong <kongjianjun@gmail.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
linux-user/syscall.c