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
..
2012-08-01 17:53:07 -07:00
2012-08-02 16:07:26 -07:00
2013-02-26 13:27:15 -08:00
2014-02-03 15:41:57 -08:00
2014-02-04 19:26:31 -08:00
2014-01-02 12:05:50 -08:00
2013-10-23 11:25:54 -07:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2013-10-04 16:10:13 -07:00
2013-09-19 14:11:26 -07:00
2014-01-10 15:32:31 -08:00
2013-12-12 15:31:35 -08:00
2013-01-23 16:49:47 -08:00
2010-01-15 15:57:02 -08:00
2013-11-22 00:19:34 +04:00
2014-01-08 16:29:22 -08:00
2014-01-09 11:00:04 -08:00
2014-01-10 15:32:31 -08:00
2014-01-10 15:32:31 -08:00
2013-07-09 13:25:03 -07:00
2014-02-07 14:55:58 -08:00
2013-11-25 13:58:38 -08:00
2014-01-10 15:32:31 -08:00
2012-09-11 22:47:31 +03:00
2014-02-07 16:50:55 -08:00
2009-03-03 19:28:35 -08:00
2014-02-07 14:55:58 -08:00
2009-03-03 19:28:35 -08:00
2010-10-13 15:46:55 +02:00