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 | |
parent | b4059f6309c5129a619bd1a95d27919231e07860 (diff) | |
download | busybox-w32-f23e3ec529c300712d529fa805d2e1f254bf1884.tar.gz busybox-w32-f23e3ec529c300712d529fa805d2e1f254bf1884.tar.bz2 busybox-w32-f23e3ec529c300712d529fa805d2e1f254bf1884.zip |
Bionic lacks mempcpy; enable existing workaround
Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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; | |||
484 | # undef HAVE_TTYNAME_R | 484 | # undef HAVE_TTYNAME_R |
485 | # undef HAVE_GETLINE | 485 | # undef HAVE_GETLINE |
486 | # undef HAVE_STPCPY | 486 | # undef HAVE_STPCPY |
487 | # undef HAVE_MEMPCPY | ||
487 | # undef HAVE_STRCHRNUL | 488 | # undef HAVE_STRCHRNUL |
488 | # undef HAVE_STRVERSCMP | 489 | # undef HAVE_STRVERSCMP |
489 | # undef HAVE_UNLOCKED_LINE_OPS | 490 | # undef HAVE_UNLOCKED_LINE_OPS |