diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-02 02:53:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-02 02:53:00 +0000 |
commit | 495639394bc0d6fd9e7e093060b6bc1301d07842 (patch) | |
tree | 3182ee0967c112c442b076ffc10651d10c11468d | |
parent | 761490a1d7a93f262e7c2143cca63e02fb279f77 (diff) | |
download | glibc-495639394bc0d6fd9e7e093060b6bc1301d07842.tar.gz glibc-495639394bc0d6fd9e7e093060b6bc1301d07842.tar.xz glibc-495639394bc0d6fd9e7e093060b6bc1301d07842.zip |
Update.
2004-09-01 Ulrich Drepper <drepper@redhat.com> * elf/rtld.c (dl_main): First check existence of ld.so.preload with access.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aa996f10b8..1932ba4a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-01 Ulrich Drepper <drepper@redhat.com> + + * elf/rtld.c (dl_main): First check existence of ld.so.preload + with access. + 2004-09-01 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/bits/waitflags.h |