* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
commit91ddd9c44807742aba0fd255b0345bbb547e1d50
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Aug 2007 19:44:26 +0000 (16 19:44 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 16 Aug 2007 19:44:26 +0000 (16 19:44 +0000)
treee53b85646dca01c2ab344e021e72d7cdba106701
parent18915760ad84c8901767391f0633b189d7bf2cd3
* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):

If the syscall fails, set errno to the actual returned error number
rather than EINVAL.
* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
arguments are incorrect, set errno to EINVAL, if the syscall
fails, set errno to the actual returned error number.
* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
If the syscall fails, set errno to the actual returned error number
rather than EINVAL.
* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
arguments are incorrect, set errno to EINVAL, if the syscall
fails, set errno to the actual returned error number.
ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
sysdeps/unix/sysv/linux/sparc/sparc64/clone.S