1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

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

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