This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/7] nss_compat: Do not use nss_* names for function pointers
- 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 17:36:37 -0500
- Subject: Re: [PATCH 1/7] nss_compat: Do not use nss_* names for function pointers
Florian Weimer <fweimer@redhat.com> writes:
> A future commit will use these names for types of functions
> in NSS service modules.
> ---
> nss/nss_compat/compat-grp.c | 54 +++++++++++------------
> nss/nss_compat/compat-initgroups.c | 71 +++++++++++++++---------------
> nss/nss_compat/compat-pwd.c | 56 +++++++++++------------
> nss/nss_compat/compat-spwd.c | 44 +++++++++---------
> 4 files changed, 112 insertions(+), 113 deletions(-)
This one just renames symbols, no functional change. LGTM.
Reviewed-by: DJ Delorie <dj@redhat.com>