mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
33dfd0fb16
We've gotten requests to move our Android support as far back as API level 9 where unfortunately the `posix_memalign` API wasn't implemented yet. Thankfully, however, the `memalign` API was and it appears to be usable with `free` on the Android platform (see comments included in commit). This should help fix some of the last few test failures when compiling against API level 9.