rust/src/libstd/sys
bors 19437bd452 Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton
Android should use 64-bit LFS symbols for `lseek` and `ftruncate`, lest
those offset parameters suffer a lossy cast down to a 32-bit `off_t`.

Unlike GNU/Linux, Android's `stat`, `dirent`, and related functions are
always 64-bit LFS compatible, and `open` already implies `O_LARGEFILE`,
so all those don't need to follow Linux.  It might be nice to unify them
anyway, but those other LFS symbols aren't present in API 18 bionic.

r? @alexcrichton
2016-02-22 03:08:39 +00:00
..
common Add Capacity/length methods for OsString. 2016-02-20 11:37:58 -05:00
unix Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton 2016-02-22 03:08:39 +00:00
windows Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton 2016-02-20 18:35:16 +00:00