Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM

Bug: none
Test: run bionic unit tests
Change-Id: I59794597db9cbd23c917498e5e82296a379c8fb5
diff --git a/libc/libc.arm.map b/libc/libc.arm.map
index 14e5784..23ee3f3 100644
--- a/libc/libc.arm.map
+++ b/libc/libc.arm.map
@@ -1646,7 +1646,7 @@
     wait3; # arm x86 mips
     wcswcs; # arm x86 mips
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1668,4 +1668,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;
diff --git a/libc/libc.arm64.map b/libc/libc.arm64.map
index 2f5c4ab..eadf70d 100644
--- a/libc/libc.arm64.map
+++ b/libc/libc.arm64.map
@@ -1364,7 +1364,7 @@
     get_malloc_leak_info;
     gMallocLeakZygoteChild;
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1386,4 +1386,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;
diff --git a/libc/libc.map.txt b/libc/libc.map.txt
index b4262da..12e657f 100644
--- a/libc/libc.map.txt
+++ b/libc/libc.map.txt
@@ -1672,7 +1672,7 @@
     wait3; # arm x86 mips
     wcswcs; # arm x86 mips
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1694,4 +1694,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;
diff --git a/libc/libc.mips.map b/libc/libc.mips.map
index 5e0b13f..c7fe2c6 100644
--- a/libc/libc.mips.map
+++ b/libc/libc.mips.map
@@ -1487,7 +1487,7 @@
     wait3; # arm x86 mips
     wcswcs; # arm x86 mips
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1509,4 +1509,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;
diff --git a/libc/libc.mips64.map b/libc/libc.mips64.map
index 2f5c4ab..eadf70d 100644
--- a/libc/libc.mips64.map
+++ b/libc/libc.mips64.map
@@ -1364,7 +1364,7 @@
     get_malloc_leak_info;
     gMallocLeakZygoteChild;
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1386,4 +1386,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index 243af5b..f6d1871 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -1486,7 +1486,7 @@
     wait3; # arm x86 mips
     wcswcs; # arm x86 mips
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1508,4 +1508,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;
diff --git a/libc/libc.x86_64.map b/libc/libc.x86_64.map
index 2f5c4ab..eadf70d 100644
--- a/libc/libc.x86_64.map
+++ b/libc/libc.x86_64.map
@@ -1364,7 +1364,7 @@
     get_malloc_leak_info;
     gMallocLeakZygoteChild;
     write_malloc_leak_info;
-} LIBC_P;
+} LIBC_Q;
 
 LIBC_DEPRECATED {
   global:
@@ -1386,4 +1386,4 @@
     malloc_disable;
     malloc_enable;
     malloc_iterate;
-} LIBC_P;
+} LIBC_Q;