From: Ulrich Drepper Date: Sun, 19 Dec 1999 00:21:06 +0000 (+0000) Subject: Export __libc_freeres for GLIBC_2.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f030a07d4f174e76a6ccdc935ce4bd476b5bd891;p=thirdparty%2Fglibc.git Export __libc_freeres for GLIBC_2.1. --- 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; + } }