Revision a04e134a linux-user/syscall.c

b/linux-user/syscall.c
4318 4318
    case TARGET_NR_capset:
4319 4319
        goto unimplemented;
4320 4320
    case TARGET_NR_sigaltstack:
4321
#if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC)
4322
        ret = do_sigaltstack((struct target_sigaltstack *)arg1,
4323
                             (struct target_sigaltstack *)arg2,
4324
                             get_sp_from_cpustate((CPUState *)cpu_env));
4325
        break;
4326
#else
4321 4327
        goto unimplemented;
4328
#endif
4322 4329
    case TARGET_NR_sendfile:
4323 4330
        goto unimplemented;
4324 4331
#ifdef TARGET_NR_getpmsg

Also available in: Unified diff