Loading...
string/FreeBSD/memcpy.c /dev/null Libc-825.25
--- /dev/null
+++ Libc/Libc-825.25/string/FreeBSD/memcpy.c
@@ -0,0 +1,5 @@
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+#define	MEMCOPY
+#include "bcopy.c"