diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-07-16 16:12:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-07-21 07:32:46 +0200 |
commit | 299210c1fa67e2dfb564475986fce11cd33db9ad (patch) | |
tree | 7230de5a2b2d0556428f53f28d2d5f2ccfad12d8 /nss/Versions | |
parent | 469c03907b116c37c98d8ad7a9edac2bdbf3e934 (diff) | |
download | glibc-299210c1fa67e2dfb564475986fce11cd33db9ad.tar glibc-299210c1fa67e2dfb564475986fce11cd33db9ad.tar.gz glibc-299210c1fa67e2dfb564475986fce11cd33db9ad.tar.bz2 glibc-299210c1fa67e2dfb564475986fce11cd33db9ad.zip |
nss_files: Consolidate file opening in __nss_files_fopen
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nss/Versions')
-rw-r--r-- | nss/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/Versions b/nss/Versions index afc82a23c2..f489cb6eb0 100644 --- a/nss/Versions +++ b/nss/Versions @@ -18,6 +18,7 @@ libc { __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2; __nss_services_lookup2; __nss_next2; __nss_lookup; __nss_hash; __nss_database_lookup2; + __nss_files_fopen; } } |