diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-31 08:36:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-31 08:36:05 +0000 |
commit | 4317f9e1377c92493459f2796c37da27c01bccf7 (patch) | |
tree | 37f8f4e349b3dfdd41a31ebd0e984e645c698bbc /elf/link.h | |
parent | 0491011bdeaa994079912b9955a1fbf7e6fb5c59 (diff) | |
download | glibc-4317f9e1377c92493459f2796c37da27c01bccf7.tar glibc-4317f9e1377c92493459f2796c37da27c01bccf7.tar.gz glibc-4317f9e1377c92493459f2796c37da27c01bccf7.tar.bz2 glibc-4317f9e1377c92493459f2796c37da27c01bccf7.zip |
Update.
* nss/nsswitch.c (__nss_lookup): Adjust comment.
Diffstat (limited to 'elf/link.h')
-rw-r--r-- | elf/link.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/link.h b/elf/link.h index 30efa0ed25..edf1303595 100644 --- a/elf/link.h +++ b/elf/link.h @@ -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; |