OSDN Git Service

Since __syscall_error is a C func, we need to store the syscall return value
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 23 Jul 2005 14:02:57 +0000 (14:02 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 23 Jul 2005 14:02:57 +0000 (14:02 -0000)
commit47167cdc5d0ef7fbbb1a0c65934e0fa8acb89833
tree31a1f7f47478229a6590b0e18c5126d9c942ed3b
parent2433f86b14f64cf012b687daf56fe24bb2c30a68
Since __syscall_error is a C func, we need to store the syscall return value
in the appropriate register.  Otherwise, errno is set to random garbage.
libc/sysdeps/linux/mips/clone.S