commit | cae21a9b53a10f0cba79bf6783c4a5af16228fed | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Feb 05 18:14:55 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Wed Feb 07 06:57:14 2018 -0800 |
tree | c60c6622d2b80f9ad4ae5a990b7fb3439f16444b | |
parent | be6fbae74fc3048647caadd58a9eaad81245e934 [diff] [blame] |
Add aligned_alloc to libc. Bug: 72969374 Test: Bionic unit tests pass. Test: Malloc debug unit tests pass. Change-Id: I235985bbc638855d94249c97c98f14ab2924bda0 (cherry picked from commit d69ee59594088c0d92ba9273188ef53ea5e6cd6a)
diff --git a/libc/libc.arm.map b/libc/libc.arm.map index 839c406..a7977eb 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map
@@ -1322,6 +1322,7 @@ global: __freading; __fwriting; + aligned_alloc; endhostent; endnetent; endprotoent;