diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-23 14:08:11 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-23 14:08:11 +0100 |
commit | 67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4 (patch) | |
tree | c078a7a50a890570e7c8eb24bf9f81fa45409bcc /nss/Makefile | |
parent | cccb6d4e87053ed63c74aee063fa84eb63ebf7b8 (diff) | |
download | glibc-67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4.zip glibc-67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4.tar.gz glibc-67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4.tar.bz2 |
nss: Export nscd hash function as __nss_hash [BZ #22459]
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 2695211..f9ecea5 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 + compat-lookup nss_hash # These are the databases that go through nss dispatch. # Caution: if you add a database here, you must add its real name |