]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Export __libc_freeres for GLIBC_2.1.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 00:21:06 +0000 (00:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 00:21:06 +0000 (00:21 +0000)
malloc/Versions

index 9cbec55846ff9a9946bd0f98bcd31450f16c5d6c..1a4454f22e8428b57facbe5e2e84151119799a39 100644 (file)
@@ -44,4 +44,8 @@ libc {
     # v*
     valloc;
   }
+  GLIBC_2.1 {
+    # Special functions.
+    __libc_freeres;
+  }
 }