From f030a07d4f174e76a6ccdc935ce4bd476b5bd891 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 00:21:06 +0000 Subject: [PATCH] Export __libc_freeres for GLIBC_2.1. --- malloc/Versions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/malloc/Versions b/malloc/Versions index 9cbec55846f..1a4454f22e8 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -44,4 +44,8 @@ libc { # v* valloc; } + GLIBC_2.1 { + # Special functions. + __libc_freeres; + } } -- 2.47.2