about summary refs log tree commit diff
path: root/src/libsyntax/errors
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-05-28 19:52:16 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-05-28 19:52:16 +0530
commit320dd04fabf1d3351efa00446bc9c36d5c6c5ef3 (patch)
tree77feb0a21e5c7cda90aa3396f4b259c955f872db /src/libsyntax/errors
parent0a6bf3744b886ebc33adf210b00733af1d09b677 (diff)
parent33dfd0fb16a71cc3c96ca28b57eccbd1e278a3ac (diff)
downloadrust-320dd04fabf1d3351efa00446bc9c36d5c6c5ef3.tar.gz
rust-320dd04fabf1d3351efa00446bc9c36d5c6c5ef3.zip
Rollup merge of #33832 - alexcrichton:android-memalign, r=luqmana
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/errors')
0 files changed, 0 insertions, 0 deletions