Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Feb 2000 20:30:57 +0000 (20:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Feb 2000 20:30:57 +0000 (20:30 +0000)
2000-02-25  Andreas Jaeger  <aj@suse.de>

* malloc/Versions: Change version of __libc_freeres to 2.1 in
accordance with usage in glibc 2.1.3.

ChangeLog
malloc/Versions

index 3354baf..9e88e64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-25  Andreas Jaeger  <aj@suse.de>
+
+       * malloc/Versions: Change version of __libc_freeres to 2.1 in
+       accordance with usage in glibc 2.1.3.
+
 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
 
        * stdlib/msort.c (qsort): Limit the amount of memory spend on a
index e6bd731..1a4454f 100644 (file)
@@ -44,7 +44,7 @@ libc {
     # v*
     valloc;
   }
-  GLIBC_2.1.3 {
+  GLIBC_2.1 {
     # Special functions.
     __libc_freeres;
   }