Add preadv/pwritev.

Bug: http://b/12612572
Change-Id: I38ff2684d69bd0fe3f21b1d371b88fa60d5421cb
This commit is contained in:
Elliott Hughes
2015-08-26 13:27:43 -07:00
parent 629ed51712
commit 6f4594d5dc
17 changed files with 384 additions and 2 deletions

View File

@@ -1342,6 +1342,10 @@ LIBC_N {
__write_chk;
getgrgid_r;
getgrnam_r;
preadv;
preadv64;
pwritev;
pwritev64;
strchrnul;
} LIBC;