diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 05:01:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-13 05:01:42 +0000 |
commit | ea37207af11e1f398606fa97152d5b1038e585cb (patch) | |
tree | fd1d8af8a127042d661418fde276c16de7965097 /ChangeLog | |
parent | 4eb375fea3aac45e04a97885fc1b53c33ad7c837 (diff) | |
download | glibc-ea37207af11e1f398606fa97152d5b1038e585cb.tar.gz glibc-ea37207af11e1f398606fa97152d5b1038e585cb.tar.xz glibc-ea37207af11e1f398606fa97152d5b1038e585cb.zip |
* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
and _dl_get_origin defines anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cb5f6c67ee..6b40eeb4e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-08-12 Ulrich Drepper <drepper@redhat.com> + * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute, + and _dl_get_origin defines anymore. + * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu): Build fix for systems which might lack POSIX timer support. |