diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-12 15:36:03 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-12 15:36:03 +0100 |
commit | 319a7e32fc45b14d3634b8981fa4cf90aa45752f (patch) | |
tree | 5834dc605ad79d1ad3943806937c99bb4a448c55 | |
parent | bf0041b252ee744229fd2ee672af1402ba70db5a (diff) | |
download | glibc-fw/nss-declare.tar.gz glibc-fw/nss-declare.tar.xz glibc-fw/nss-declare.zip |
nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS fw/nss-declare
-rw-r--r-- | nis/nss-nisplus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nis/nss-nisplus.h b/nis/nss-nisplus.h index ca6ef67654..92c67880b9 100644 --- a/nis/nss-nisplus.h +++ b/nis/nss-nisplus.h @@ -23,6 +23,7 @@ #include "nsswitch.h" +NSS_DECLARE_MODULE_FUNCTIONS (nisplus) /* Convert NIS+ error number to NSS error number. */ extern const enum nss_status __niserr2nss_tab[] attribute_hidden; |