summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:23:38 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:23:38 +0530
commit3f3dd810e03661535980e334723666205c693313 (patch)
tree353de90ce25d898f9ff72e6cb4a2d4b1ca2f28ff /ChangeLog
parent95ee7fb13ba99ba265b49531c57e1cb8db629bc6 (diff)
downloadglibc-3f3dd810e03661535980e334723666205c693313.tar.gz
Fix -Wundef warnings in fnmatch.c
Fixes -Wundef warnings for MBSTATE_T and HAVE_STRING_H. The HAVE_STRING_H bit is a merge from the gnulib fnmatch.c and the MBSTATE_T fix has been posted to gnulib for inclusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7b08e4d6c..2c5d2107f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
+ (HAVE_MBSRTOWCS): Likewise.
+ * posix/fnmatch.c: Include string.h unconditionally.
+
2014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
* NEWS: Explain the s390 jmp_buf / ucontext_t ABI change