From 8efbd67183ccc98ce343ea0c69b62c8b75573c9f Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 23 Aug 2017 20:05:31 +0100 Subject: win32: remove implementation of mempcpy mingw-w64 has its own mempcpy. And even if it didn't upstream BusyBox has one too. So we definitely don't need our own. --- include/mingw.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index d93f8ad06..197b3519a 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -212,11 +212,6 @@ void unsetenv(const char *env); #endif #define mktemp mingw_mktemp -/* - * string.h - */ -void *mempcpy(void *dest, const void *src, size_t n); - /* * strings.h */ -- cgit v1.2.3-55-g6feb