1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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.
This commit is contained in:
Siddhesh Poyarekar
2014-06-27 00:01:37 +05:30
parent 7417111567
commit b97c9ce50d
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <string.h>
#include <memcopy.h>
#include <pagecopy.h>
#ifndef MEMMOVE_CHK
# define MEMMOVE_CHK __memmove_chk