Update.
[platform/upstream/glibc.git] / elf / Versions
index 8f1981e..c45ba04 100644 (file)
@@ -7,6 +7,10 @@ libc {
     # functions used in other libraries
     _dl_mcount_wrapper; _dl_mcount_wrapper_check;
   }
+  GLIBC_2.2 {
+    # functions used in other libraries
+    _dl_sym; _dl_vsym;
+  }
 }
 
 ld.so {
@@ -45,12 +49,3 @@ ld.so {
     _dl_dst_count; _dl_dst_substitute;
   }
 }
-
-libdl {
-  GLIBC_2.0 {
-    dladdr; dlclose; dlerror; dlopen; dlsym;
-  }
-  GLIBC_2.1 {
-    dlopen; dlvsym;
-  }
-}