summaryrefslogtreecommitdiff
path: root/dlfcn/Versions
blob: 6a41c238aa0f4d99c7dc1c8c70dfc16eeb46e178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libdl {
  GLIBC_2.0 {
    dladdr; dlclose; dlerror; dlopen; dlsym;
  }
  GLIBC_2.1 {
    dlopen; dlvsym;
  }
  GLIBC_2.3.3 {
    dladdr1; dlinfo;
  }
  GLIBC_2.3.4 {
    dlmopen;
  }
}