mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
017678433c
When glibc is built with --enable-static-nss, the warning that using NSS symbols requires the nss shared objects to be present is no longer true, as those symbols are built into libc. Suppress the warning for those symbols by providing a new macro (nss_interface_function) for the NSS functions that is defined as static_link_warning in the normal case, and empty for static NSS. |
||
---|---|---|
.. | ||
compat-initgroups.c | ||
fgetgrent_r.c | ||
fgetgrent.c | ||
getgrent_r.c | ||
getgrent.c | ||
getgrgid_r.c | ||
getgrgid.c | ||
getgrnam_r.c | ||
getgrnam.c | ||
grp.h | ||
initgroups.c | ||
Makefile | ||
putgrent.c | ||
setgroups.c | ||
testgrp.c | ||
tst_fgetgrent.c | ||
tst_fgetgrent.sh | ||
Versions |