about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-26 20:40:46 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-06-26 22:30:45 +0530
commit059bf913b5b3c5553a3756b4d9794e2eb3ce4f25 (patch)
tree231ce4e0ba1fea2917df2ce7f06e95a915a816ce /ChangeLog
parent4cf5b6d0d7c8dd40526375f384133262ed7b2ccc (diff)
downloadglibc-059bf913b5b3c5553a3756b4d9794e2eb3ce4f25.tar.gz
glibc-059bf913b5b3c5553a3756b4d9794e2eb3ce4f25.tar.xz
glibc-059bf913b5b3c5553a3756b4d9794e2eb3ce4f25.zip
Fix Wundef warning for WIDE_CHAR_VERSION
fnmatch.c defines WIDE_CHAR_VERSION as 1 for wide chars, but does not
define it for the non-wide char bits.  Define it and also undef it in
fnmatch_loop.c like all other macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40b5f89972..c159faa45a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* posix/fnmatch.c: Define WIDE_CHAR_VERSION.
+	* posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
+	(FCT): Check value of WIDE_CHAR_VERSION instead of checking if
+	it is defined.
+
 	* elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
 	instead of whether it is defined.
 	* sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.