Re: [PATCH] define RTLD_LOCAL

2010-08-09 Thread Corinna Vinschen
On Aug 8 00:49, Yaakov S wrote: > * include/dlfcn.h (RTLD_LOCAL): Define. Patch applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat

Re: [PATCH] define RTLD_LOCAL

2010-08-08 Thread Yaakov (Cygwin/X)
On Sun, 2010-08-08 at 10:35 +0200, Václav Haisman wrote: > Is it not undefined in Cygwin because Windows cannot support the behaviour? > AFAIK once you do LoadLibrary(A.dll) then any subsequent reference to A.dll > and its exports will be satisfied from the already loaded A.dll. IOW, Windows > cann

Re: [PATCH] define RTLD_LOCAL

2010-08-08 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaakov (Cygwin/X) wrote, On 8.8.2010 7:49: > POSIX requires RTLD_LOCAL to be defined in [1]. While our > dlopen() does nothing with its second argument, portable software can > rightfully expect the definition to exist alongside the other RTLD_* > m