diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-12 09:20:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-12 09:20:54 +0000 |
commit | 1f5d369d43dc59b9aa243d1e9cc00ae41ea8ae56 (patch) | |
tree | 27accd1376be5176e07732e97ccf5a7fdf2dfb52 /sysdeps/generic/glob.c | |
parent | 431f91ba3a5d5d17d95f2b3a1fe6b2ce44fa8b41 (diff) | |
download | glibc-1f5d369d43dc59b9aa243d1e9cc00ae41ea8ae56.tar glibc-1f5d369d43dc59b9aa243d1e9cc00ae41ea8ae56.tar.gz glibc-1f5d369d43dc59b9aa243d1e9cc00ae41ea8ae56.tar.bz2 glibc-1f5d369d43dc59b9aa243d1e9cc00ae41ea8ae56.zip |
1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/glob.c: #undef mempcpy before #define.
Diffstat (limited to 'sysdeps/generic/glob.c')
-rw-r--r-- | sysdeps/generic/glob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/glob.c b/sysdeps/generic/glob.c index e50963e9c4..c30d8e41f1 100644 --- a/sysdeps/generic/glob.c +++ b/sysdeps/generic/glob.c @@ -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 |