]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-08-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sat, 3 Aug 2002 08:42:02 +0000 (08:42 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 3 Aug 2002 08:42:02 +0000 (08:42 +0000)
* sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.

sysdeps/generic/mempcpy.c

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