mirror of git://sourceware.org/git/glibc.git
The function uses the internal service_user type, so it is not really usable from the outside of glibc. Rename the function to __nss_database_lookup2 for internal use, and change __nss_database_lookup to always indicate failure to the caller. __nss_next already was a compatibility symbol. The new implementation always fails and no longer calls __nss_next2. unscd, the alternative nscd implementation, does not use __nss_database_lookup, so it is not affected by this change. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Versions | ||
| compat-initgroups.c | ||
| fgetgrent.c | ||
| fgetgrent_r.c | ||
| getgrent.c | ||
| getgrent_r.c | ||
| getgrgid.c | ||
| getgrgid_r.c | ||
| getgrnam.c | ||
| getgrnam_r.c | ||
| grp-merge.c | ||
| grp-merge.h | ||
| grp.h | ||
| initgroups.c | ||
| putgrent.c | ||
| setgroups.c | ||
| testgrp.c | ||
| tst-putgrent.c | ||
| tst_fgetgrent.c | ||
| tst_fgetgrent.sh | ||