diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-19 02:08:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-19 02:08:08 +0000 |
commit | 5287b1d872e7aaade168b1848322cd513bebfabf (patch) | |
tree | e5e9e4f17d73a8629992704bc86fa5f9a3805023 /ChangeLog | |
parent | 1e71bd5279854197a69e69c0eea44dd6827b3502 (diff) | |
download | glibc-5287b1d872e7aaade168b1848322cd513bebfabf.tar.gz glibc-5287b1d872e7aaade168b1848322cd513bebfabf.tar.xz glibc-5287b1d872e7aaade168b1848322cd513bebfabf.zip |
Update.
* sysdeps/unix/sysv/linux/fxstat64.c: Add one __builtin_expect. * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 32802e6580..51d3ad2570 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-01-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/fxstat64.c: Add one __builtin_expect. + * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. + * sysdeps/unix/sysv/linux/xstat64.c: Likewise. + * elf/rtld.c (process_envvars): Call __strtoul_internal instead of strtoul. * elf/dl-minimal.c (strtol, __strtol_internal, strtoul): Removed. |