Elliott Hughes db1ea34748 Implement some of the missing LFS64 support.
This gives us:

* <dirent.h>
  struct dirent64
  readdir64, readdir64_r, alphasort64, scandir64

* <fcntl.h>
  creat64, openat64, open64.

* <sys/stat.h>
  struct stat64
  fstat64, fstatat64, lstat64, stat64.

* <sys/statvfs.h>
  struct statvfs64
  statvfs64, fstatvfs64.

* <sys/vfs.h>
  struct statfs64
  statfs64, fstatfs64.

This also removes some of the incorrect #define hacks we've had in the
past (for stat64, for example, which we promised to clean up way back
in bug 8472078).

Bug: 11865851
Bug: 8472078
Change-Id: Ia46443521918519f2dfa64d4621027dfd13ac566
2014-02-18 15:39:24 -08:00
..
2010-12-06 12:05:11 +01:00
2013-09-30 18:42:13 -07:00
2014-01-03 15:58:40 -08:00
2013-08-13 14:30:59 -07:00
2011-09-28 12:17:34 -07:00
2014-02-04 19:26:31 -08:00
2010-01-15 15:57:02 -08:00
2012-09-13 16:54:57 -07:00
2009-03-03 19:28:35 -08:00
2014-02-10 13:31:13 -08:00
2009-03-03 19:28:35 -08:00
2010-01-15 15:01:44 -08:00
2014-02-07 14:55:58 -08:00
2014-01-09 13:54:49 -08:00
2014-02-12 19:04:27 -08:00
2014-02-07 14:55:58 -08:00
2010-06-11 14:39:39 -07:00
2012-09-04 14:11:28 +02:00
2014-02-11 10:24:40 -08:00