[PATCH 2/5] Bionic lacks mempcpy; enable existing workaround

Matt Whitlock busybox at mattwhitlock.name
Fri Apr 24 08:12:19 UTC 2015


---
 include/platform.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/platform.h b/include/platform.h
index df95945..8914d4a 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -482,6 +482,7 @@ typedef unsigned smalluint;
 # undef HAVE_DPRINTF
 # undef HAVE_GETLINE
 # undef HAVE_STPCPY
+# undef HAVE_MEMPCPY
 # undef HAVE_STRCHRNUL
 # undef HAVE_STRVERSCMP
 # undef HAVE_UNLOCKED_LINE_OPS
-- 
2.0.5



More information about the busybox mailing list