diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 04:18:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 04:18:31 +0000 |
commit | 72f1012788c07837e841300024ab554b56aa6816 (patch) | |
tree | 85993ccdd192cdafde1f81746020071ffe1af0ad /ChangeLog | |
parent | 443db178899d14a9c54248d95675fee44d718e05 (diff) | |
download | glibc-72f1012788c07837e841300024ab554b56aa6816.zip glibc-72f1012788c07837e841300024ab554b56aa6816.tar.gz glibc-72f1012788c07837e841300024ab554b56aa6816.tar.bz2 |
* stdlib/Makefile (aux): Add tens_in_limb.
* stdlib/strtod_l.c: Move _tens_in_limb definition to...
* stdlib/tens_in_limb.c: ...here. New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-03-07 Ulrich Drepper <drepper@redhat.com> + * stdlib/Makefile (aux): Add tens_in_limb. + * stdlib/strtod_l.c: Move _tens_in_limb definition to... + * stdlib/tens_in_limb.c: ...here. New file. + [BZ #5778] * sysdeps/unix/sysv/linux/pathconf.h: Declare __statfs_chown_restricted. |