uname() fix (James Pellow)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1163 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
45aea85cef
commit
f7806f9467
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user