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/Makefile | |
parent | 469c03907b116c37c98d8ad7a9edac2bdbf3e934 (diff) | |
download | glibc-299210c1fa67e2dfb564475986fce11cd33db9ad.tar.gz glibc-299210c1fa67e2dfb564475986fce11cd33db9ad.tar.xz 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/Makefile')
-rw-r--r-- | nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index cbb70167a9..00f4d89310 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -28,7 +28,7 @@ headers := nss.h routines = nsswitch getnssent getnssent_r digits_dots \ valid_field valid_list_field rewrite_field \ $(addsuffix -lookup,$(databases)) \ - compat-lookup nss_hash + compat-lookup nss_hash nss_files_fopen # These are the databases that go through nss dispatch. # Caution: if you add a database here, you must add its real name |