This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 8/7] nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Wed, 12 Feb 2020 15:39:16 +0100
- Subject: [PATCH 8/7] nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
- References: <cover.1581517927.git.fweimer@redhat.com>
-----
nis/nss-nisplus.h | 1 +
1 file changed, 1 insertion(+)
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;