commit | e7e1c875b0f8eefb1d771f200a58f54e64c39d55 | [log] [tgz] |
---|---|---|
author | Daniel Micay <danielmicay@gmail.com> | Thu Apr 16 09:07:45 2015 -0400 |
committer | Daniel Micay <danielmicay@gmail.com> | Thu Apr 16 10:33:35 2015 -0400 |
tree | f6f7d5465c32d2dc7144c9e46b8b57da480f8528 | |
parent | a40cb0ca7fe8ddc146831e92ec543be9feb26a65 [diff] [blame] |
add fortified implementations of pread/pread64 Change-Id: Iec39c3917e0bc94371bd81541619392f5abe29b9
diff --git a/libc/Android.mk b/libc/Android.mk index e06a860..9d3b62a 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -71,6 +71,8 @@ bionic/__fgets_chk.cpp \ bionic/__memmove_chk.cpp \ bionic/__poll_chk.cpp \ + bionic/__pread64_chk.cpp \ + bionic/__pread_chk.cpp \ bionic/__read_chk.cpp \ bionic/__recvfrom_chk.cpp \ bionic/__stpcpy_chk.cpp \