]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix -Wundef warning on PAGE_COPY_THRESHOLD
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 2 Jul 2014 19:58:45 +0000 (01:28 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 2 Jul 2014 20:19:43 +0000 (01:49 +0530)
commit99f8dc922033821edcc13f9f8360e9fda40dfcff
tree50c567b703247e62945dbe084c754c149f38ba9e
parentbc8ea38590070604006399e42469087e943fc8ec
Fix -Wundef warning on PAGE_COPY_THRESHOLD

The PAGE_COPY_THRESHOLD macro is meant to be overridden by
architecture-specific pagecopy.h, but it is currently done only by
mach; all other architectures use the default.  Check to see if the
macro is defined in addition to whether it is set to a non-zero value.
ChangeLog
debug/memcpy_chk.c
debug/mempcpy_chk.c
string/memcpy.c
string/memmove.c
sysdeps/generic/memcopy.h
sysdeps/generic/pagecopy.h
sysdeps/mach/pagecopy.h
sysdeps/powerpc/memmove.c