]> git.ipfire.org Git - thirdparty/glibc.git/blame - dlfcn/Versions
tunables: report sbrk() failure
[thirdparty/glibc.git] / dlfcn / Versions
CommitLineData
94e365c6
UD
1libdl {
2 GLIBC_2.0 {
3 dladdr; dlclose; dlerror; dlopen; dlsym;
4 }
5 GLIBC_2.1 {
6 dlopen; dlvsym;
7 }
8dd56993 8 GLIBC_2.3.3 {
45e4762c 9 dladdr1; dlinfo;
8dd56993 10 }
c0f62c56
UD
11 GLIBC_2.3.4 {
12 dlmopen;
13 }
5f21997b
UD
14 GLIBC_PRIVATE {
15 _dlfcn_hook;
2827ab99 16 __libdl_freeres;
5f21997b 17 }
94e365c6 18}