summaryrefslogtreecommitdiff
path: root/sysdeps/sh/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/memcpy.S')
-rw-r--r--sysdeps/sh/memcpy.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/sh/memcpy.S b/sysdeps/sh/memcpy.S
index 67df9696ae..b084cc93cc 100644
--- a/sysdeps/sh/memcpy.S
+++ b/sysdeps/sh/memcpy.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
Optimized by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
@@ -197,3 +197,4 @@ L_exit:
rts
mov r3,r0 /* Return destination. */
END(memcpy)
+libc_hidden_builtin_def (memcpy)