Refresh android-L headers/libs (WW37)

Change-Id: Ibdb7bebe7a0f73e767b7c62d1f603679163e768c
This commit is contained in:
Andrew Hsieh
2014-09-12 13:49:48 -07:00
parent 65df8d683e
commit 0fd7f83fce
30 changed files with 77 additions and 18 deletions

View File

@@ -72,6 +72,8 @@ extern int openat(int, const char*, int, ...);
extern int openat64(int, const char*, int, ...);
extern int open(const char*, int, ...);
extern int open64(const char*, int, ...);
extern int posix_fadvise64(int, off64_t, off64_t, int);
extern int posix_fadvise(int, off_t, off_t, int);
extern int posix_fallocate64(int, off64_t, off64_t);
extern int posix_fallocate(int, off_t, off_t);
extern ssize_t splice(int, off64_t*, int, off64_t*, size_t, unsigned int);