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

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

View File

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