From 946142ab90426f060d5a09f47f560d5aebb37afb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Feb 2004 20:08:01 +0000 Subject: Thanks to Joakim's recent paches, we can now remove the FIXME --- ldso/libdl/dlib.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ldso/libdl/dlib.c') diff --git a/ldso/libdl/dlib.c b/ldso/libdl/dlib.c index 65c54ac42..babcbc9c0 100644 --- a/ldso/libdl/dlib.c +++ b/ldso/libdl/dlib.c @@ -230,13 +230,6 @@ void *_dlopen(const char *libname, int flag) goto oops; } -#if 1 -//FIXME: Enabling this is _so_ wrong.... - /* We need global symbol resolution for everything - * in the dependent chain */ - dyn_chain->flags |= RTLD_GLOBAL; -#endif - rpnt->next = (struct dyn_elf *) malloc(sizeof(struct dyn_elf)); _dl_memset (rpnt->next, 0, sizeof (struct dyn_elf)); rpnt = rpnt->next; -- cgit v1.2.3