commit | 6f4594d5dc61bb67978c44cd6eeb0e7bfb621c9b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 26 13:27:43 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 26 14:48:55 2015 -0700 |
tree | 9c925e99fe826914d93a6c1e00c5f62a8cd8c0a8 | |
parent | 629ed517126b3be32f2b2e8b710e63358691c296 [diff] [blame] |
Add preadv/pwritev. Bug: http://b/12612572 Change-Id: I38ff2684d69bd0fe3f21b1d371b88fa60d5421cb
diff --git a/libc/libc.map b/libc/libc.map index 9456920..fbceb83 100644 --- a/libc/libc.map +++ b/libc/libc.map
@@ -1342,6 +1342,10 @@ __write_chk; getgrgid_r; getgrnam_r; + preadv; + preadv64; + pwritev; + pwritev64; strchrnul; } LIBC;