Applied, thanks!
On Wed, Apr 29, 2015 at 4:45 AM, Matt Whitlock <[email protected]> wrote: > (The attached patch subsumes the previous "Bionic lacks mempcpy; enable > existing workaround".) > > Bionic has been growing new features over the years, so platform.h should > test the __ANDROID_API__ macro to determine which functions to polyfill. > > Specifically: > * Bionic has supported fdprintf() since API level 8. This is a direct > replacement for dprintf(). (The Bionic header chides Glibc for choosing the > name "dprintf".) > * Bionic has supported ttyname_r(), getline(), and stpcpy() since API level > 21. > > > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
