1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 12 Oct 1998 09:20:54 +0000 (09:20 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 12 Oct 1998 09:20:54 +0000 (09:20 +0000)
* sysdeps/generic/glob.c: #undef mempcpy before #define.

sysdeps/generic/glob.c

index e50963e..c30d8e4 100644 (file)
@@ -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