diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 01:12:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 01:12:33 +0000 |
commit | b92e378086449e2707b8b2fd3d2f50cc0b8871e9 (patch) | |
tree | cc81132e476407f88d3262e6d07472079073e761 /nptl/ChangeLog | |
parent | 94a749f69ad4b18250e9aab7292b6e8496e0a065 (diff) | |
download | glibc-b92e378086449e2707b8b2fd3d2f50cc0b8871e9.tar.gz glibc-b92e378086449e2707b8b2fd3d2f50cc0b8871e9.tar.xz glibc-b92e378086449e2707b8b2fd3d2f50cc0b8871e9.zip |
* elf/rtld.c (dl_main): Use the page size to find the map start.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6461785669..c92e6abf45 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-11-05 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/register-atfork.c (__register_atfork): + Use __linkin_atfork. + 2007-11-03 Mike Frysinger <vapier@gentoo.org> * sysdeps/unix/sysv/linux/sh/lowlevellock.S (LOAD_FUTEX_WAIT): Add |