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