about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2016-10-31 16:46:57 -0400
committerCarlos O'Donell <carlos@redhat.com>2016-10-31 16:46:57 -0400
commitbb5badf17087099dd9140f812778f7a8615b2111 (patch)
tree47313628e27200f77a7da6881af721fca2f4bdb5 /ChangeLog
parent561ff1ec4251c8dca011dbcf7500b3970b2cf59b (diff)
downloadglibc-bb5badf17087099dd9140f812778f7a8615b2111.tar.gz
glibc-bb5badf17087099dd9140f812778f7a8615b2111.tar.xz
glibc-bb5badf17087099dd9140f812778f7a8615b2111.zip
Bug 20729: Include libc-internal.h where required.
The original fix for bug 20729 failed to include
libc-internal.h in the files that needed them and
this caused build failures on machines that don't
implicitly include this header. This commit fixes
that by following the consensus rule that a header,
if needed, should always be directly included.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a14fdfab6..831c876b6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-10-31  Carlos O'Donell  <carlos@redhat.com>
+
+	[Bz #20729]
+	* locale/weight.h: Include libc-internal.h.
+	* locale/weightwc.h: Likewise.
+	* nptl/nptl_dbP.h: Likewise.
+
 2016-10-31  Brent W. Baccala  <cosine@freesoft.org>
 
 	* sysdeps/mach/hurd/dl-sysdep.c (__mmap): Do not deallocate memobj_wr
@@ -16,7 +23,7 @@
 	[BZ #20729]
 	* include/libc-internal.h (DIAG_IGNORE_Os_NEEDS_COMMENT):
 	Define.
-	* iso-2022-cn-ext.c: Include libc-internal.h and ignore
+	* iconvdata/iso-2022-cn-ext.c: Include libc-internal.h and ignore
 	-Wmaybe-uninitialized for BODY macro only for -Os compiles.
 	* locale/weight.h (findix): Ignore -Wmaybe-uninitialized error
 	for seq2.back_us and seq1.back_us only for -Os compiles.