mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
f0c28504a9
This is only needed if nss_files is loaded by nscd. Before: text data bss dec hex filename 767 0 24952 25719 6477 nss/files-init.os After: text data bss dec hex filename 666 0 0 666 29a nss/files-init.os Using PATH_MAX bytes unconditionally for the directory name is wasteful, but fixing that would constitute another break of this semi-public ABI. (The other issue is that with symbolic links, an arbitrary set of parent directories may need watching, not just a single one.) Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |
||
---|---|---|
.. | ||
files-alias.c | ||
files-ethers.c | ||
files-grp.c | ||
files-hosts.c | ||
files-init.c | ||
files-initgroups.c | ||
files-netgrp.c | ||
files-network.c | ||
files-parse.c | ||
files-proto.c | ||
files-pwd.c | ||
files-rpc.c | ||
files-service.c | ||
files-sgrp.c | ||
files-spwd.c | ||
files-XXX.c |