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:
@ -61,6 +61,8 @@ libc {
|
||||
GLIBC_2.16 {
|
||||
aligned_alloc;
|
||||
}
|
||||
GLIBC_2.26 {
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# Internal startup hook for libpthread.
|
||||
__libc_malloc_pthread_startup;
|
||||
|
Reference in New Issue
Block a user