am 6330b70c: Merge "Remove temporary compatibility hack."

* commit '6330b70cac8072007be9c351a934f9ff10f30cb5':
  Remove temporary compatibility hack.
This commit is contained in:
Elliott Hughes 2014-11-10 22:09:14 +00:00 committed by Android Git Automerger
commit b80be43814

View File

@ -129,10 +129,6 @@ struct stat64 { __STAT64_BODY };
#define st_atimensec st_atim.tv_nsec
#define st_mtimensec st_mtim.tv_nsec
#define st_ctimensec st_ctim.tv_nsec
/* Compatibility with the kernel and older versions of bionic. */
#define st_atime_nsec st_atim.tv_nsec
#define st_mtime_nsec st_mtim.tv_nsec
#define st_ctime_nsec st_ctim.tv_nsec
#ifdef __USE_BSD
/* Permission macros provided by glibc for compatibility with BSDs. */