diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-16 19:44:26 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-16 19:44:26 +0000 |
commit | 91ddd9c44807742aba0fd255b0345bbb547e1d50 (patch) | |
tree | e53b85646dca01c2ab344e021e72d7cdba106701 /ChangeLog | |
parent | 18915760ad84c8901767391f0633b189d7bf2cd3 (diff) | |
download | glibc-91ddd9c44807742aba0fd255b0345bbb547e1d50.zip glibc-91ddd9c44807742aba0fd255b0345bbb547e1d50.tar.gz glibc-91ddd9c44807742aba0fd255b0345bbb547e1d50.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-08-16 Jakub Jelinek <jakub@redhat.com> + * 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. + * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove. |