1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* nss/nsswitch.c (__nss_lookup): Adjust comment.
This commit is contained in:
Ulrich Drepper
1998-03-31 08:36:05 +00:00
parent 0491011bde
commit 4317f9e137
7 changed files with 138 additions and 26 deletions

View File

@@ -156,6 +156,10 @@ struct link_map
/* Collected information about own RPATH directories. */
struct r_search_path_elem **l_rpath_dirs;
/* Directory names composed from capability names. */
struct r_strlenpair *l_capstrs;
size_t l_ncapstrs;
/* Collected results of relocation while profiling. */
ElfW(Addr) *l_reloc_result;