mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 04:03:35 +08:00
1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/glob.c: #undef mempcpy before #define.
This commit is contained in:
parent
431f91ba3a
commit
1f5d369d43
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user