This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: proposal: nsswitch refactoring
- From: DJ Delorie <dj at redhat dot com>
- To: "Carlos O'Donell" <codonell at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 19 Mar 2019 13:44:27 -0400
- Subject: Re: proposal: nsswitch refactoring
"Carlos O'Donell" <codonell@redhat.com> writes:
> * Refactor code to make the list of NSS lookups functions static and
> knowable at compiler time. We don't *need* a dynamic list of them,
Can we use linker magic to collect this list?
The other alternatives are either preprocessor magic, or a centralized
master list.