]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/main.c
linux-user: declare sys_futex to have 6 arguments
[qemu.git] / linux-user / main.c
index 7f15d3da2bd32014243410e29cc5efa727a2d942..99c3b3f5ef58e1b4eb9a4f617aae21212ece0304 100644 (file)
@@ -2028,7 +2028,7 @@ static const uint8_t mips_syscall_args[] = {
        MIPS_SYS(sys_fremovexattr, 2)   /* 4235 */
        MIPS_SYS(sys_tkill      , 2)
        MIPS_SYS(sys_sendfile64 , 5)
-       MIPS_SYS(sys_futex      , 2)
+       MIPS_SYS(sys_futex      , 6)
        MIPS_SYS(sys_sched_setaffinity, 3)
        MIPS_SYS(sys_sched_getaffinity, 3)      /* 4240 */
        MIPS_SYS(sys_io_setup   , 2)