From: Roland McGrath Date: Mon, 12 Oct 1998 09:20:54 +0000 (+0000) Subject: 1998-10-12 Roland McGrath X-Git-Tag: cvs/glibc-2_0_98~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5d369d43dc59b9aa243d1e9cc00ae41ea8ae56;p=thirdparty%2Fglibc.git 1998-10-12 Roland McGrath * sysdeps/generic/glob.c: #undef mempcpy before #define. --- diff --git a/sysdeps/generic/glob.c b/sysdeps/generic/glob.c index e50963e9c4a..c30d8e41f1e 100644 --- a/sysdeps/generic/glob.c +++ b/sysdeps/generic/glob.c @@ -183,6 +183,7 @@ extern void bcopy (); #if !defined HAVE_MEMPCPY && __GLIBC__ - 0 == 2 && __GLIBC_MINOR__ >= 1 # define HAVE_MEMPCPY 1 +# undef mempcpy # define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len) #endif