]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nss/Versions
nsswitch: use new internal API (callers)
[thirdparty/glibc.git] / nss / Versions
index db8c8877202fbcd1956595622a730ec2196a2215..71703750bfde337766804213b22568a12d495be6 100644 (file)
@@ -1,8 +1,10 @@
 libc {
   GLIBC_2.0 {
-     # functions used in other libraries
+    __nss_configure_lookup;
+
+    # Functions exported as no-op compat symbols.
     __nss_passwd_lookup; __nss_group_lookup; __nss_hosts_lookup; __nss_next;
-    __nss_database_lookup; __nss_configure_lookup;
+    __nss_database_lookup;
   }
   GLIBC_2.2.2 {
     __nss_hostname_digits_dots;
@@ -15,7 +17,8 @@ libc {
 
     __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2;
     __nss_services_lookup2; __nss_next2; __nss_lookup;
-    __nss_hash;
+    __nss_hash; __nss_database_lookup2;
+    __nss_files_fopen; __nss_readline; __nss_parse_line_result;
   }
 }