Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 543668
Collapse All | Expand All

(-)a/uClibc-0.9.33.2/ldso/libdl/libdl.c (+2 lines)
Lines 966-972 Link Here
966
966
967
			end = (end + ADDR_ALIGN) & PAGE_ALIGN;
967
			end = (end + ADDR_ALIGN) & PAGE_ALIGN;
968
			start = start & ~ADDR_ALIGN;
968
			start = start & ~ADDR_ALIGN;
969
#if 0
969
			DL_LIB_UNMAP (tpnt, end - start);
970
			DL_LIB_UNMAP (tpnt, end - start);
971
#endif
970
			/* Free elements in RTLD_LOCAL scope list */
972
			/* Free elements in RTLD_LOCAL scope list */
971
			for (runp = tpnt->rtld_local; runp; runp = tmp) {
973
			for (runp = tpnt->rtld_local; runp; runp = tmp) {
972
				tmp = runp->next;
974
				tmp = runp->next;

Return to bug 543668