This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 9/7] nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS
* Andreas Schwab:
> On Feb 13 2020, Florian Weimer wrote:
>
>> diff --git a/nis/nss_nis/nis-hosts.c b/nis/nss_nis/nis-hosts.c
>> index 2d08076382..1ee5444cfc 100644
>> --- a/nis/nss_nis/nis-hosts.c
>> +++ b/nis/nss_nis/nis-hosts.c
>> @@ -90,9 +90,16 @@ static bool_t new_start = 1;
>> static char *oldkey = NULL;
>> static int oldkeylen = 0;
>>
>> +hidden_proto (_nss_nis_endhostent)
>
> The hidden_proto should be in the header.
Which header? nss_nis.h?
We don't have libnss_nis_hidden_proto yet. Should I define that, too?
Thanks,
Florian