From 488eb8b7d2fb7a51c90664ae0baea75b7280cddd Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 31 May 2017 11:00:18 -0700 Subject: [PATCH] Move mallopt to correct section. Bug: 62202823 Test: Built and built unit tests. Change-Id: Icefc152eb756fd60ce8f51d694f22923a41a9cd1 --- libc/libc.arm.map | 2 +- libc/libc.arm64.map | 2 +- libc/libc.map.txt | 2 +- libc/libc.mips.map | 2 +- libc/libc.mips64.map | 2 +- libc/libc.x86.map | 2 +- libc/libc.x86_64.map | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libc/libc.arm.map b/libc/libc.arm.map index b32f76943..a4212dda7 100644 --- a/libc/libc.arm.map +++ b/libc/libc.arm.map @@ -1279,6 +1279,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1553,5 +1554,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; diff --git a/libc/libc.arm64.map b/libc/libc.arm64.map index afcf8bb33..bf0341ad2 100644 --- a/libc/libc.arm64.map +++ b/libc/libc.arm64.map @@ -1201,6 +1201,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1270,5 +1271,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; diff --git a/libc/libc.map.txt b/libc/libc.map.txt index c453a3860..c271a57e4 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt @@ -1304,6 +1304,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1579,5 +1580,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; diff --git a/libc/libc.mips.map b/libc/libc.mips.map index a472214f2..214c7f506 100644 --- a/libc/libc.mips.map +++ b/libc/libc.mips.map @@ -1263,6 +1263,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1394,5 +1395,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; diff --git a/libc/libc.mips64.map b/libc/libc.mips64.map index afcf8bb33..bf0341ad2 100644 --- a/libc/libc.mips64.map +++ b/libc/libc.mips64.map @@ -1201,6 +1201,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1270,5 +1271,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; diff --git a/libc/libc.x86.map b/libc/libc.x86.map index 27a597ffd..145b64ebf 100644 --- a/libc/libc.x86.map +++ b/libc/libc.x86.map @@ -1261,6 +1261,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1393,5 +1394,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; diff --git a/libc/libc.x86_64.map b/libc/libc.x86_64.map index afcf8bb33..bf0341ad2 100644 --- a/libc/libc.x86_64.map +++ b/libc/libc.x86_64.map @@ -1201,6 +1201,7 @@ LIBC_O { getsubopt; # introduced=26 hasmntopt; # introduced=26 lutimes; # introduced=26 + mallopt; # introduced=26 mblen; # introduced=26 msgctl; # introduced=26 msgget; # introduced=26 @@ -1270,5 +1271,4 @@ LIBC_PLATFORM { malloc_disable; malloc_enable; malloc_iterate; - mallopt; } LIBC_O; -- 2.11.0