summaryrefslogtreecommitdiff
path: root/dlfcn/Versions
blob: ca44a4678f264bfd6f365a3177460613b2f482f6 (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;
  }
}