summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memcpy.c')
-rw-r--r--lib/libc/string/memcpy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c
index a2516ed041a..19fddc0ab5f 100644
--- a/lib/libc/string/memcpy.c
+++ b/lib/libc/string/memcpy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: memcpy.c,v 1.3 2017/08/14 17:10:02 guenther Exp $ */
+/* $OpenBSD: memcpy.c,v 1.4 2017/11/29 05:13:57 guenther Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -106,4 +106,4 @@ memcpy(void *dst0, const void *src0, size_t length)
done:
return (dst0);
}
-DEF_STRONG(memcpy);
+DEF_BUILTIN(memcpy);