This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A patch for glibc 2.0.7


hjl@lucon.org (H.J. Lu) writes:

> This patch fixes a bug and also introduce a new variable, __dlopened.
> It can be used by a shared library to check it is loaded via dlopen ()
> or not.

We cannot use global variables.  You should have learned this.  Your
proposal for this C++ initialization problem cannot work.  We must
find a different solution.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]