diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-26 20:40:46 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-26 22:30:45 +0530 |
commit | 059bf913b5b3c5553a3756b4d9794e2eb3ce4f25 (patch) | |
tree | 231ce4e0ba1fea2917df2ce7f06e95a915a816ce /ChangeLog | |
parent | 4cf5b6d0d7c8dd40526375f384133262ed7b2ccc (diff) | |
download | glibc-059bf913b5b3c5553a3756b4d9794e2eb3ce4f25.zip glibc-059bf913b5b3c5553a3756b4d9794e2eb3ce4f25.tar.gz glibc-059bf913b5b3c5553a3756b4d9794e2eb3ce4f25.tar.bz2 |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |