summaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 9f1b329222..b2965bbbd9 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -2403,7 +2403,6 @@ long do_syscall(void *cpu_env, int num, long arg1, long arg2, long arg3,
strcpy (buf->machine, UNAME_MACHINE);
}
}
- ret = get_errno(sys_uname((struct new_utsname *)arg1));
break;
#ifdef TARGET_I386
case TARGET_NR_modify_ldt: