]> Git Repo - qemu.git/commit - linux-user/main.c
mips: missing syscall returns wrong errno
authorWesley W. Terpstra <[email protected]>
Tue, 12 Jul 2011 11:33:23 +0000 (14:33 +0300)
committerRiku Voipio <[email protected]>
Tue, 12 Jul 2011 11:33:23 +0000 (14:33 +0300)
commit7c2f6157d833cb95b355c7321597bc5a5ac976e4
tree57c8b0a23f30779234919d9bb602be76f480782b
parent053ebb2726c17af6133cfcc8de2193121a107eb5
mips: missing syscall returns wrong errno

Return -TARGET_ENOSYS instead of -ENOSYS from linux-user/main.c
   * Caused strange 'Level 2 synchronization messages' instead of
correctly reporting the syscall was missing.
   * Made glibc simply fail instead of using older syscalls

Signed-off-by: Riku Voipio <[email protected]>
Signed-off-by: Wesley W. Terpstra <[email protected]>
linux-user/main.c
This page took 0.025314 seconds and 4 git commands to generate.