OSDN Git Service

Add mallopt to canonical list of exports.
authorChristopher Ferris <cferris@google.com>
Wed, 31 May 2017 00:35:28 +0000 (17:35 -0700)
committerChristopher Ferris <cferris@google.com>
Wed, 31 May 2017 00:38:52 +0000 (17:38 -0700)
Bug: 62202823

Test: Ran script and verified that none of the other map files are modified.
Change-Id: Ib890ce77c60b877434fbb65a5add8f6c4603d3d0

libc/libc.map.txt

index f05e7eb..c453a38 100644 (file)
@@ -1579,4 +1579,5 @@ LIBC_PLATFORM {
     malloc_disable;
     malloc_enable;
     malloc_iterate;
+    mallopt;
 } LIBC_O;