This is the mail archive of the libc-hacker@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: ld.so version map


Mark Kettenis <kettenis@wins.uva.nl> writes:

> It is not correct (even for Linux), unless you want to break all code
> that overrides for example `__open' to do automatic decompression of
> dlopen'ed modules.

How should this work with mmap?

> Also, in the current situation `errno' cannot be changed by code in
> the dynamic linker.  And I guess there are even more of these
> problems.

errno must not de changed.  This is a positive side-effect.

-- 
---------------.      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]