]> sourceware.org Git - glibc.git/commitdiff
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 e50963e9c4ac7a19054a78738061352aa4a1eaab..c30d8e41f1e0d6e002a1b28f3cc733e423a776d0 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
 
This page took 0.048196 seconds and 5 git commands to generate.