2002-08-03 Roland McGrath <roland@redhat.com>

* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
This commit is contained in:
Roland McGrath 2002-08-03 08:42:02 +00:00
parent 37ba7d6663
commit 95e2a50e9b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <pagecopy.h>
#undef mempcpy
#undef __mempcpy
void *
__mempcpy (dstpp, srcpp, len)