This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/7] nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
- From: DJ Delorie <dj at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 12 Feb 2020 20:10:44 -0500
- Subject: Re: [PATCH 2/7] nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
Florian Weimer <fweimer@redhat.com> writes:
> This macro allows to add type safety to the implementation of NSS
> service modules.
> ---
> nscd/aicache.c | 23 +---
> nss/nss.h | 203 +++++++++++++++++++++++++++++++++++-
> sysdeps/posix/getaddrinfo.c | 18 +---
> 3 files changed, 209 insertions(+), 35 deletions(-)
LGTM.
Reviewed-by: DJ Delorie <dj@redhat.com>