ElfW(Addr) *user_entry));
weak_extern (_dl_sysdep_start)
+/* This function is used to unload the cache file if necessary. */
+extern void _dl_unload_cache (void);
+
extern int __libc_multiple_libcs; /* Defined in init-first.c. */
extern int __libc_argc;
ElfW(Addr) *user_entry));
extern void _dl_sysdep_start_cleanup (void);
+/* This function is used to unload the cache file if necessary. */
+extern void _dl_unload_cache (void);
+
/* System-dependent function to read a file's whole contents
in the most convenient manner available. */
extern void *_dl_sysdep_read_whole_file (const char *filename,