Re: gnome-libs/libgnome/gnome-dl.c:RTLD_NOW?



On Mon, 4 May 1998, Josh Sled wrote:
> So, the big question is "what is RTLD_NOW supposed to be?"

RTLD_NOW means to resolve all undefined symbols immediately when calling
dlopen() as opposed to waiting until functions that use them are actually
called (RTLD_LAZY).  These should be defined in <dlfcn.h>.

-- 
Dan McGuirk
mcguirk@indirect.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]