From: Ulrich Drepper Date: Tue, 23 Nov 1999 17:07:34 +0000 (+0000) Subject: SPARC64 memmove implementation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f38f83c773a6a418ff74b93c8a0a3358b661dd;p=thirdparty%2Fglibc.git SPARC64 memmove implementation. --- diff --git a/sysdeps/sparc/sparc64/memmove.c b/sysdeps/sparc/sparc64/memmove.c new file mode 100644 index 00000000000..a8d2d499483 --- /dev/null +++ b/sysdeps/sparc/sparc64/memmove.c @@ -0,0 +1 @@ +/* memmove is in memcpy.S */