diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-12 15:36:03 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-13 09:15:01 +0100 |
commit | fd3540deff239355a01314947b9313042654c1e7 (patch) | |
tree | d0bfcb600f5159d60d3dcf8c39b195e756117b50 /nis | |
parent | bd65a52a5ff340a134e97d5ce803d24b12d9cf17 (diff) | |
download | glibc-fd3540deff239355a01314947b9313042654c1e7.tar.gz glibc-fd3540deff239355a01314947b9313042654c1e7.tar.xz glibc-fd3540deff239355a01314947b9313042654c1e7.zip |
nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'nis')
-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; |