mirror of git://sourceware.org/git/glibc.git
2002-08-03 Roland McGrath <roland@redhat.com>
* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
This commit is contained in:
parent
37ba7d6663
commit
95e2a50e9b
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue