Merge "Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM"
This commit is contained in:
commit
b0c8a01de1
7 changed files with 14 additions and 14 deletions
|
@ -1646,7 +1646,7 @@ LIBC_PRIVATE {
|
|||
wait3; # arm x86 mips
|
||||
wcswcs; # arm x86 mips
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1668,4 +1668,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
|
@ -1364,7 +1364,7 @@ LIBC_PRIVATE {
|
|||
get_malloc_leak_info;
|
||||
gMallocLeakZygoteChild;
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1386,4 +1386,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
|
@ -1672,7 +1672,7 @@ LIBC_PRIVATE {
|
|||
wait3; # arm x86 mips
|
||||
wcswcs; # arm x86 mips
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1694,4 +1694,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
|
@ -1487,7 +1487,7 @@ LIBC_PRIVATE {
|
|||
wait3; # arm x86 mips
|
||||
wcswcs; # arm x86 mips
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1509,4 +1509,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
|
@ -1364,7 +1364,7 @@ LIBC_PRIVATE {
|
|||
get_malloc_leak_info;
|
||||
gMallocLeakZygoteChild;
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1386,4 +1386,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
|
@ -1486,7 +1486,7 @@ LIBC_PRIVATE {
|
|||
wait3; # arm x86 mips
|
||||
wcswcs; # arm x86 mips
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1508,4 +1508,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
|
@ -1364,7 +1364,7 @@ LIBC_PRIVATE {
|
|||
get_malloc_leak_info;
|
||||
gMallocLeakZygoteChild;
|
||||
write_malloc_leak_info;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
||||
LIBC_DEPRECATED {
|
||||
global:
|
||||
|
@ -1386,4 +1386,4 @@ LIBC_PLATFORM {
|
|||
malloc_disable;
|
||||
malloc_enable;
|
||||
malloc_iterate;
|
||||
} LIBC_P;
|
||||
} LIBC_Q;
|
||||
|
|
Loading…
Reference in a new issue