diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-04 07:11:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-04 07:11:05 +0000 |
commit | 3fb2606af3b1ab6e6bef7065c65eaca197d73a89 (patch) | |
tree | 6b5d86899fb2085d5a529de11242ef9ac0b0e09d /ChangeLog | |
parent | d410d5dc00490030ae22198f113c4709966cd2e0 (diff) | |
download | glibc-3fb2606af3b1ab6e6bef7065c65eaca197d73a89.tar.gz glibc-3fb2606af3b1ab6e6bef7065c65eaca197d73a89.tar.xz glibc-3fb2606af3b1ab6e6bef7065c65eaca197d73a89.zip |
Update.
* sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't initialize __environ again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 49fee27fe4..8b94978ae1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-03 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't + initialize __environ again. + * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't define unnecessary wrappers or aliases of static functions. |