diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-28 15:33:57 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-28 15:33:57 -0700 |
commit | 3d3436ae68a907f656a07604eb7e10a50e1c8f85 (patch) | |
tree | 85f688e349dd601f3297813f4f6abf0f08631838 /ChangeLog | |
parent | af15c191766fd413ef6fedc9d54b87962332ca71 (diff) | |
download | glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.gz glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.tar.xz glibc-3d3436ae68a907f656a07604eb7e10a50e1c8f85.zip |
Consolidate declarations of _dl_phdr, _dl_phnum.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f21bf51e1f..2689884951 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2013-03-28 Roland McGrath <roland@hack.frob.com> + * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum): + Declare them here. + * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here. + * csu/libc-tls.c: Nor here. + * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here. + * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>. (__libc_message): Never call vsyslog. |