(memcpy): Remove libc_hidden_builtin_def if MEMPCPY_P.
authorUlrich Drepper <drepper@redhat.com>
Fri, 28 May 2004 06:38:44 +0000 (06:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 28 May 2004 06:38:44 +0000 (06:38 +0000)
sysdeps/i386/i586/memcpy.S

index 766d479..d8181ff 100644 (file)
@@ -116,4 +116,6 @@ L(1):       rep; movsb
        LEAVE
        RET_PTR
 END (BP_SYM (memcpy))
+#if !MEMPCPY_P
 libc_hidden_builtin_def (memcpy)
+#endif