summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-19 00:32:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-19 00:32:58 +0000
commitcf7dc78aa55e57dc64dbca311507e54eaa8ebc73 (patch)
tree85e6cb69c7f87786529628fb03c0b9b3391f352c /malloc
parent63a34b0f0196ec397b79cecd8bac4b1612981ad0 (diff)
Update.
* malloc/Versions: Export __libc_freeres for GLIBC_2.1.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions
index 9cbec55846..1a4454f22e 100644
--- a/malloc/Versions
+++ b/malloc/Versions
@@ -44,4 +44,8 @@ libc {
# v*
valloc;
}
+ GLIBC_2.1 {
+ # Special functions.
+ __libc_freeres;
+ }
}