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 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>



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