summary refs log tree commit diff
path: root/src/libstd/sys/unix/android.rs
AgeCommit message (Expand)AuthorLines
2016-10-14Android: Fix unused-imports warningTobias Bucher-1/+2
2016-10-14Only use Android fallback for {ftruncate,pread,pwrite} on 32 bitTobias Bucher-0/+24
2016-10-12Remove unnecessary `unsafe` blockTobias Bucher-20/+16
2016-10-11Fix Android compilation `io::Error` -> `io::ErrorKind`Tobias Bucher-2/+2
2016-10-09Use `try_into` and move some functionsTobias Bucher-6/+7
2016-10-09Dynamically detect presence of `p{read,write}64` on AndroidTobias Bucher-6/+35
2016-04-27std: Add compatibility with android-9Alex Crichton-0/+119