[git commit] Bionic lacks mempcpy; enable existing workaround

Denys Vlasenko vda.linux at googlemail.com
Sun May 3 16:57:44 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=f23e3ec529c300712d529fa805d2e1f254bf1884
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Matt Whitlock <busybox at mattwhitlock.name>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/platform.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/platform.h b/include/platform.h
index d5ab7bc..8896a6b 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -484,6 +484,7 @@ typedef unsigned smalluint;
 # undef HAVE_TTYNAME_R
 # undef HAVE_GETLINE
 # undef HAVE_STPCPY
+# undef HAVE_MEMPCPY
 # undef HAVE_STRCHRNUL
 # undef HAVE_STRVERSCMP
 # undef HAVE_UNLOCKED_LINE_OPS


More information about the busybox-cvs mailing list