1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* malloc/Versions: Export __libc_freeres for GLIBC_2.1.
This commit is contained in:
Ulrich Drepper
1999-12-19 00:32:58 +00:00
parent 63a34b0f01
commit cf7dc78aa5
5 changed files with 889 additions and 0 deletions

View File

@ -44,4 +44,8 @@ libc {
# v*
valloc;
}
GLIBC_2.1 {
# Special functions.
__libc_freeres;
}
}