diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-10 11:48:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-10 08:11:55 -0400 |
commit | 8233957f54a59063c0e5e8a27d82a182fa0d78ab (patch) | |
tree | d4338802362ed99e8128284284a534a826bef33b /ports/ChangeLog.ia64 | |
parent | 3e6bd4b19888d355bd3fcb6a95caeda6f5279d45 (diff) | |
download | glibc-8233957f54a59063c0e5e8a27d82a182fa0d78ab.tar.gz |
ia64: fix NEED_DL_SYSINFO_DSO conditionals
The recent change to clean up these defines missed the ia64 logic.
Update it accordingly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ports/ChangeLog.ia64')
-rw-r--r-- | ports/ChangeLog.ia64 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64 index e1835604e2..46e2dd91e7 100644 --- a/ports/ChangeLog.ia64 +++ b/ports/ChangeLog.ia64 @@ -1,3 +1,12 @@ +2013-03-10 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: + Change multiple inclusion guard to _LINUX_IA64_DL_SYSDEP_H. + Use #include_next. + (RTLD_PRIVATE_ERRNO): Remove definition, now redundant. + (NEED_DL_SYSINFO, _dl_discover_osversion, + HAVE_DL_DISCOVER_OSVERSION): Likewise. + 2013-03-06 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/ia64/bits/msq.h (MSG_COPY): Define. |