1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

malloc: Turn cfree into a compatibility symbol

This commit is contained in:
Florian Weimer
2017-04-18 11:50:58 +02:00
parent 6c6ab1fc49
commit 025b33ae84
7 changed files with 17 additions and 19 deletions

View File

@ -61,6 +61,8 @@ libc {
GLIBC_2.16 {
aligned_alloc;
}
GLIBC_2.26 {
}
GLIBC_PRIVATE {
# Internal startup hook for libpthread.
__libc_malloc_pthread_startup;