diff options
author | Matt Whitlock <busybox@mattwhitlock.name> | 2015-05-03 18:57:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-05-03 18:57:44 +0200 |
commit | f23e3ec529c300712d529fa805d2e1f254bf1884 (patch) | |
tree | 5be81d3f2d41c22aa9ccf600274ede3c223c7cf3 /include | |
parent | b4059f6309c5129a619bd1a95d27919231e07860 (diff) |
Bionic lacks mempcpy; enable existing workaround
Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index d5ab7bc29..8896a6b99 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 |