summaryrefslogtreecommitdiff
path: root/malloc/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-18 11:50:58 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-18 11:50:58 +0200
commit025b33ae84bb8f15b2748a1d8605dca453fce112 (patch)
tree2bb47e51512665a67018d8ed07e99b6401544a89 /malloc/Versions
parent6c6ab1fc49d524ab1892cb20ee74352ace0b8034 (diff)
malloc: Turn cfree into a compatibility symbol
Diffstat (limited to 'malloc/Versions')
-rw-r--r--malloc/Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions
index f3c3d8a093..e34ab177be 100644
--- a/malloc/Versions
+++ b/malloc/Versions
@@ -61,6 +61,8 @@ libc {
GLIBC_2.16 {
aligned_alloc;
}
+ GLIBC_2.26 {
+ }
GLIBC_PRIVATE {
# Internal startup hook for libpthread.
__libc_malloc_pthread_startup;