diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 00:32:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 00:32:58 +0000 |
commit | cf7dc78aa55e57dc64dbca311507e54eaa8ebc73 (patch) | |
tree | 85e6cb69c7f87786529628fb03c0b9b3391f352c /malloc/Versions | |
parent | 63a34b0f0196ec397b79cecd8bac4b1612981ad0 (diff) | |
download | glibc-cf7dc78aa55e57dc64dbca311507e54eaa8ebc73.tar.gz glibc-cf7dc78aa55e57dc64dbca311507e54eaa8ebc73.tar.xz glibc-cf7dc78aa55e57dc64dbca311507e54eaa8ebc73.zip |
Update.
* malloc/Versions: Export __libc_freeres for GLIBC_2.1.
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 4 |
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; + } } |