1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Clean up conditionalize of ld.so.cache support.

This commit is contained in:
Roland McGrath
2012-10-03 16:13:14 -07:00
parent 8f565a27ed
commit f57f805541
9 changed files with 40 additions and 39 deletions

View File

@@ -2400,7 +2400,7 @@ ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n",
_dl_debug_state ();
LIBC_PROBE (init_complete, 2, LM_ID_BASE, r);
#ifndef MAP_COPY
#if defined USE_LDCONFIG && !defined MAP_COPY
/* We must munmap() the cache file. */
_dl_unload_cache ();
#endif