1998-10-12 Roland McGrath <roland@baalperazim.frob.com>

* sysdeps/generic/glob.c: #undef mempcpy before #define.
This commit is contained in:
Roland McGrath 1998-10-12 09:20:54 +00:00
parent 431f91ba3a
commit 1f5d369d43
1 changed files with 1 additions and 0 deletions

View 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