diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-31 17:46:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-31 17:46:59 +0000 |
commit | 84fb7c8c26edf479ad40cc27c41d2a0b1b452b99 (patch) | |
tree | 5795a9c99a1376b836c31665cd67b5cefcc9d704 /ChangeLog | |
parent | f8580b753aceb4e6fe2e32bebd33320abe717d33 (diff) | |
download | glibc-84fb7c8c26edf479ad40cc27c41d2a0b1b452b99.tar.gz glibc-84fb7c8c26edf479ad40cc27c41d2a0b1b452b99.tar.xz glibc-84fb7c8c26edf479ad40cc27c41d2a0b1b452b99.zip |
Update.
2001-12-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C locale to parse /proc/loadavg. 2001-12-31 Jakub Jelinek <jakub@redhat.com> * elf/dl-conflict.c: Include sys/param.h. (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr). * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid warning. (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string literals to avoid warnings. * configure.in: Don't check for gsed since we do not use it anywhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 3afb9aba7d..469318be21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ +2001-12-31 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C + locale to parse /proc/loadavg. + +2001-12-31 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-conflict.c: Include sys/param.h. + (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr). + * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid + warning. + (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string + literals to avoid warnings. + 2001-12-31 Andreas Jaeger <aj@suse.de> - * configure.in: Don't check for gsed since we do not use it - anywhere. + * configure.in: Don't check for gsed since we do not use it anywhere. 2001-12-25 Dmitry V. Levin <ldv@alt-linux.org> |