Revision b7d35e65 linux-user/syscall.c

b/linux-user/syscall.c
3177 3177
            goto efault;
3178 3178
        ret = get_errno(sys_unlinkat(arg1, p, arg3));
3179 3179
        unlock_user(p, arg2, 0);
3180
#endif
3181 3180
        break;
3181
#endif
3182 3182
    case TARGET_NR_execve:
3183 3183
        {
3184 3184
            char **argp, **envp;

Also available in: Unified diff