Skip to content
Snippets Groups Projects
  1. Feb 17, 2016
    • Josh Stone's avatar
      Android: remove `readahead` · d2da7f73
      Josh Stone authored
      While this appears to be in bionic libc, it's not in any header, so CI
      fails to validate it.  Let's just skip that one.
      d2da7f73
    • Josh Stone's avatar
      Android: add some of the same LFS functions as Linux · ff45035b
      Josh Stone authored
      Audit the LFS functions from Linux and add the same for Android if
      bionic supports it, according to libc.map from API 23 (Android 6.0).
      
      The standard library is currently limited to API 18, so it may only use
      `lseek64`, `pread64`, `pwrite64`, `ftruncate64`, and `readahead`.
      
      Note that `stat64` and `dirent64` are actually identical to the regular
      versions, because bionic has always mapped them to the LFS syscalls.
      It also sets `O_LARGEFILE` at all times, so `open` matches `open64`.
      Still, the explicit LFS names may be useful to match Linux.
      
      Fixes #189.
      ff45035b
  2. Feb 15, 2016
  3. Feb 13, 2016
  4. Feb 12, 2016
  5. Feb 11, 2016
  6. Feb 10, 2016
  7. Feb 09, 2016
  8. Feb 08, 2016
  9. Feb 07, 2016
  10. Feb 06, 2016
  11. Feb 05, 2016
Loading