]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unnecessary include in memmove_chk
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 26 Jun 2014 18:31:37 +0000 (00:01 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 26 Jun 2014 18:31:37 +0000 (00:01 +0530)
This also has the side-effect of fixing a couple of Wundef warnings
raised from pagecopy.h.  The generated code is identical before and
after this patch.

ChangeLog
debug/memmove_chk.c

index 506eaedee2ba5fcb2467dad4dae3453c5c3b13aa..44f96bb30c2962f5d258d47382cdf0e9bd8019d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * debug/memmove_chk.c: Remove pagecopy.h include.
+
        * time/mktime.c (leapyear): Remove inline keyword.  The code is now
        identical to gnulib mktime.
 
index f8c445446297e83bde842897f4a71a8f9523e861..10eb632ffed4ad25106a936fc66e74dda4b57dee 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <string.h>
 #include <memcopy.h>
-#include <pagecopy.h>
 
 #ifndef MEMMOVE_CHK
 # define MEMMOVE_CHK __memmove_chk