about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-03-02 17:28:41 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-03-02 17:28:41 +0100
commita10e9c4e53fc652b79abf838f7f837589d2c84db (patch)
treec28df06117c5986ed75e9ab1524393713aef32ca /ChangeLog
parent2d6ab5df3b675e96ee587ae6a8c2ce004c6b1ba9 (diff)
downloadglibc-a10e9c4e53fc652b79abf838f7f837589d2c84db.tar.gz
glibc-a10e9c4e53fc652b79abf838f7f837589d2c84db.tar.xz
glibc-a10e9c4e53fc652b79abf838f7f837589d2c84db.zip
Remove header file inclusion guard from elf/get-dynamic-info.h
This file is included multiple times, so the guard is harmful.
Fixes commit 9090848d0607e93fb08a1d68d9f263846ee33f02.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bed3bd1e5c..56ef82760d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-03-02  Florian Weimer  <fweimer@redhat.com>
 
+	* elf/get-dynamic-info.h: Remove header file inclusion guard.
+
+2017-03-02  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #21015]
 	* manual/install.texi (Configuring and compiling): Document
 	--enable-bind-now.