This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 9/7] nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS


On Feb 25 2020, Florian Weimer wrote:

> @@ -288,6 +289,10 @@ DECLARE_NSS_PROTOTYPES (hesiod)
>  DECLARE_NSS_PROTOTYPES (nis)
>  DECLARE_NSS_PROTOTYPES (nisplus)
>  
> +hidden_proto (_nss_nis_endhostent)
> +hidden_proto (_nss_nis_endnetent)
> +hidden_proto (_nss_nis_endspent)
> +

The hidden_proto should only exist if IS_IN(libnss_nis).

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]