about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-05-23 22:29:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-05-24 15:21:01 -0700
commit33dfd0fb16a71cc3c96ca28b57eccbd1e278a3ac (patch)
treed1310a967324e55f4018bcccad5acbf07521bdfc /src/libsyntax
parent1ccada6cd3d187abe3b4cbbb51b07fa8c0c61cea (diff)
downloadrust-33dfd0fb16a71cc3c96ca28b57eccbd1e278a3ac.tar.gz
rust-33dfd0fb16a71cc3c96ca28b57eccbd1e278a3ac.zip
std: Use memalign, not posix_memalign, on Android
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.
Diffstat (limited to 'src/libsyntax')
0 files changed, 0 insertions, 0 deletions