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