]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't use generic memmove, use the one provided in memcpy.S.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:06:58 +0000 (17:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:06:58 +0000 (17:06 +0000)
sysdeps/sparc/sparc32/sparcv9/memmove.c

index 9dcf627aee0410c8734621c5e694bd00f0a1ef6c..a8d2d4994838f90fd9a157e5e4808f6df0b42752 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/generic/memmove.c>
+/* memmove is in memcpy.S */