commit | b177085ce7219562eecf77f2e8de49f8f2605005 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 18 12:52:42 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 26 14:24:18 2018 -0700 |
tree | 573947a27714273f7d78e9c6f85c9fd30e63dba9 | |
parent | e4e3de819d05481422f8bb9925486118924bf4a1 [diff] [blame] |
Add reallocarray(3). Originally a BSD extension, now in glibc too. We've used it internally for a while. (cherry-pick of e4b13f7e3ca68edfcc5faedc5e7d4e13c4e8edb9.) Bug: http://b/112163459 Test: ran tests Change-Id: I813c3a62b13ddb91ba41e32a5a853d09207ea6bc Merged-In: I813c3a62b13ddb91ba41e32a5a853d09207ea6bc
diff --git a/libc/libc.arm.map b/libc/libc.arm.map index 2891925..a22a8df 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map
@@ -1433,6 +1433,7 @@ android_fdsan_set_error_level; android_get_device_api_level; pthread_sigqueue; + reallocarray; timespec_get; } LIBC_P;