From 46b5798928ff48010c151ddcca258e65710d6194 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 28 Feb 2000 20:30:57 +0000 Subject: Update. 2000-02-25 Andreas Jaeger * malloc/Versions: Change version of __libc_freeres to 2.1 in accordance with usage in glibc 2.1.3. --- ChangeLog | 5 +++++ malloc/Versions | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3354baf2c8..9e88e6436b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-02-25 Andreas Jaeger + + * malloc/Versions: Change version of __libc_freeres to 2.1 in + accordance with usage in glibc 2.1.3. + 2000-02-28 Ulrich Drepper * stdlib/msort.c (qsort): Limit the amount of memory spend on a diff --git a/malloc/Versions b/malloc/Versions index e6bd731331..1a4454f22e 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -44,7 +44,7 @@ libc { # v* valloc; } - GLIBC_2.1.3 { + GLIBC_2.1 { # Special functions. __libc_freeres; } -- cgit 1.4.1