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

* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.

* elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
	* elf/dl-close.c (_dl_close_worker): Likewise.
	* elf/dl-open.c (_dl_open_worker): Likewise.
	* sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
This commit is contained in:
Ulrich Drepper
2006-10-29 21:46:32 +00:00
parent 78fbd00f39
commit b94817f913
6 changed files with 16 additions and 7 deletions

View File

@@ -399,7 +399,7 @@ _dl_close_worker (struct link_map *map)
struct r_scope_elem **old = imap->l_scope;
if (SINGLE_THREAD_P)
if (RTLD_SINGLE_THREAD_P)
imap->l_scope = newp;
else
{