about summary refs log tree commit diff
path: root/dlfcn/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn/Versions')
-rw-r--r--dlfcn/Versions16
1 files changed, 12 insertions, 4 deletions
diff --git a/dlfcn/Versions b/dlfcn/Versions
index f07cb929aa..76049e1c6a 100644
--- a/dlfcn/Versions
+++ b/dlfcn/Versions
@@ -1,11 +1,22 @@
 libc {
+  GLIBC_2.0 {
+    dlerror;
+  }
+  GLIBC_2.34 {
+    dlerror;
+  }
   GLIBC_PRIVATE {
     __libc_dlerror_result;
+    _dlerror_run;
+    _dlfcn_hook;
   }
 }
 libdl {
   GLIBC_2.0 {
-    dladdr; dlclose; dlerror; dlopen; dlsym;
+    dladdr;
+    dlclose;
+    dlopen;
+    dlsym;
   }
   GLIBC_2.1 {
     dlopen; dlvsym;
@@ -16,7 +27,4 @@ libdl {
   GLIBC_2.3.4 {
     dlmopen;
   }
-  GLIBC_PRIVATE {
-    _dlfcn_hook;
-  }
 }