aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-05-31 11:00:18 -0700
committerChristopher Ferris <cferris@google.com>2017-05-31 14:32:41 -0700
commit8d88abc6c6eefbb6314803544f3f0b465a5d4cfa (patch)
treeb38fd19bfafe5c0b370e16eea8e4f2e93d84a07f
parent41e0ceb5c9fcb8d671c1237e84f7c58182ab2a79 (diff)
downloadbionic-8d88abc6c6eefbb6314803544f3f0b465a5d4cfa.tar.gz
Move mallopt to correct section.
Bug: 62202823 Test: Built and built unit tests. (cherry picked from commit 488eb8b7d2fb7a51c90664ae0baea75b7280cddd) Change-Id: Iae82f77ed84a42f3859d861b533fd7945e2d40d9
-rw-r--r--libc/libc.arm.map2
-rw-r--r--libc/libc.arm64.map2
-rw-r--r--libc/libc.map.txt1
-rw-r--r--libc/libc.mips.map2
-rw-r--r--libc/libc.mips64.map2
-rw-r--r--libc/libc.x86.map2
-rw-r--r--libc/libc.x86_64.map2
7 files changed, 7 insertions, 6 deletions
diff --git a/libc/libc.arm.map b/libc/libc.arm.map
index 78bf171ff..f63a0dae7 100644
--- a/libc/libc.arm.map
+++ b/libc/libc.arm.map
@@ -1279,6 +1279,7 @@ LIBC_O {
getsubopt; # future
hasmntopt; # future
lutimes; # future
+ mallopt; # future
mblen; # future
msgctl; # future
msgget; # future
@@ -1551,5 +1552,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 be073c58b..f30904323 100644
--- a/libc/libc.arm64.map
+++ b/libc/libc.arm64.map
@@ -1201,6 +1201,7 @@ LIBC_O {
getsubopt; # future
hasmntopt; # future
lutimes; # future
+ mallopt; # future
mblen; # future
msgctl; # future
msgget; # future
@@ -1268,5 +1269,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 c4bc26286..6abcc4491 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
diff --git a/libc/libc.mips.map b/libc/libc.mips.map
index 3eda5de90..0a675cec0 100644
--- a/libc/libc.mips.map
+++ b/libc/libc.mips.map
@@ -1263,6 +1263,7 @@ LIBC_O {
getsubopt; # future
hasmntopt; # future
lutimes; # future
+ mallopt; # future
mblen; # future
msgctl; # future
msgget; # future
@@ -1392,5 +1393,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 be073c58b..f30904323 100644
--- a/libc/libc.mips64.map
+++ b/libc/libc.mips64.map
@@ -1201,6 +1201,7 @@ LIBC_O {
getsubopt; # future
hasmntopt; # future
lutimes; # future
+ mallopt; # future
mblen; # future
msgctl; # future
msgget; # future
@@ -1268,5 +1269,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 d8a8d2cc7..a97d4cc73 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1261,6 +1261,7 @@ LIBC_O {
getsubopt; # future
hasmntopt; # future
lutimes; # future
+ mallopt; # future
mblen; # future
msgctl; # future
msgget; # future
@@ -1391,5 +1392,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 be073c58b..f30904323 100644
--- a/libc/libc.x86_64.map
+++ b/libc/libc.x86_64.map
@@ -1201,6 +1201,7 @@ LIBC_O {
getsubopt; # future
hasmntopt; # future
lutimes; # future
+ mallopt; # future
mblen; # future
msgctl; # future
msgget; # future
@@ -1268,5 +1269,4 @@ LIBC_PLATFORM {
malloc_disable;
malloc_enable;
malloc_iterate;
- mallopt;
} LIBC_O;