From 4317f9e1377c92493459f2796c37da27c01bccf7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Mar 1998 08:36:05 +0000 Subject: Update. * nss/nsswitch.c (__nss_lookup): Adjust comment. --- elf/link.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'elf/link.h') 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; -- cgit v1.2.3