summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/memcpy.c')
-rw-r--r--sys/lib/libkern/memcpy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/memcpy.c b/sys/lib/libkern/memcpy.c
index 962a967a057..fb4a15ecebe 100644
--- a/sys/lib/libkern/memcpy.c
+++ b/sys/lib/libkern/memcpy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: memcpy.c,v 1.3 2013/06/12 16:44:22 deraadt Exp $ */
+/* $OpenBSD: memcpy.c,v 1.4 2017/01/24 08:09:05 kettenis Exp $ */
/*-
* Copyright (c) 1993
@@ -32,6 +32,8 @@
#include <sys/types.h>
#include <sys/systm.h>
+#undef memcpy
+
/*
* This is designed to be small, not fast.
*/