diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-27 00:01:37 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-27 00:01:37 +0530 |
commit | b97c9ce50d5d004285fc43c3f99b27630a155c5f (patch) | |
tree | 1e00ac8fb2303ed467b57dc142c9cbe4f66216f6 /debug | |
parent | 741711156782780e56a97988178cfa33541070df (diff) | |
download | glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.tar.gz glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.tar.xz glibc-b97c9ce50d5d004285fc43c3f99b27630a155c5f.zip |
Remove unnecessary include in memmove_chk
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.
Diffstat (limited to 'debug')
-rw-r--r-- | debug/memmove_chk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debug/memmove_chk.c b/debug/memmove_chk.c index f8c4454462..10eb632ffe 100644 --- a/debug/memmove_chk.c +++ b/debug/memmove_chk.c @@ -20,7 +20,6 @@ #include <string.h> #include <memcopy.h> -#include <pagecopy.h> #ifndef MEMMOVE_CHK # define MEMMOVE_CHK __memmove_chk |